Struct aws_sdk_ssm::input::ListResourceDataSyncInput [−][src]
#[non_exhaustive]pub struct ListResourceDataSyncInput {
pub sync_type: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}
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_type: Option<String>
View a list of resource data syncs according to the sync type. Specify
SyncToDestination
to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource
to view resource data syncs from Organizations
or from multiple Amazon Web Services Regions.
next_token: Option<String>
A token to start the list. Use this token to get the next set of results.
max_results: Option<i32>
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListResourceDataSync, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListResourceDataSync, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListResourceDataSync
>
Creates a new builder-style object to manufacture ListResourceDataSyncInput
View a list of resource data syncs according to the sync type. Specify
SyncToDestination
to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource
to view resource data syncs from Organizations
or from multiple Amazon Web Services Regions.
A token to start the list. Use this token to get the next set of results.
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
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 ListResourceDataSyncInput
impl Send for ListResourceDataSyncInput
impl Sync for ListResourceDataSyncInput
impl Unpin for ListResourceDataSyncInput
impl UnwindSafe for ListResourceDataSyncInput
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