Struct rusoto_ssm::ResourceDataSyncS3Destination [] [src]

pub struct ResourceDataSyncS3Destination {
    pub bucket_name: String,
    pub prefix: Option<String>,
    pub region: String,
    pub sync_format: String,
}

Information about the target Amazon S3 bucket for the Resource Data Sync.

Fields

The name of the Amazon S3 bucket where the aggregated data is stored.

An Amazon S3 prefix for the bucket.

The AWS Region with the Amazon S3 bucket targeted by the Resource Data Sync.

A supported sync format. The following format is currently supported: JsonSerDe

Trait Implementations

impl Default for ResourceDataSyncS3Destination
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ResourceDataSyncS3Destination
[src]

[src]

Formats the value using the given formatter.

impl Clone for ResourceDataSyncS3Destination
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more