Struct aws_sdk_ssm::input::UpdateResourceDataSyncInput
source · [−]#[non_exhaustive]pub struct UpdateResourceDataSyncInput {
pub sync_name: Option<String>,
pub sync_type: Option<String>,
pub sync_source: Option<ResourceDataSyncSource>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.sync_name: Option<String>
The name of the resource data sync you want to update.
sync_type: Option<String>
The type of resource data sync. The supported SyncType
is SyncFromSource.
sync_source: Option<ResourceDataSyncSource>
Specify information about the data sources to synchronize.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceDataSync, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateResourceDataSync, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateResourceDataSync
>
Creates a new builder-style object to manufacture UpdateResourceDataSyncInput
The type of resource data sync. The supported SyncType
is SyncFromSource.
Specify information about the data sources to synchronize.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateResourceDataSyncInput
impl Send for UpdateResourceDataSyncInput
impl Sync for UpdateResourceDataSyncInput
impl Unpin for UpdateResourceDataSyncInput
impl UnwindSafe for UpdateResourceDataSyncInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more