Struct rusoto_ssm::S3OutputLocation [] [src]

pub struct S3OutputLocation {
    pub output_s3_bucket_name: Option<S3BucketName>,
    pub output_s3_key_prefix: Option<S3KeyPrefix>,
    pub output_s3_region: Option<S3Region>,
}

An Amazon S3 bucket where you want to store the results of this request.

Fields

The name of the Amazon S3 bucket.

The Amazon S3 bucket subfolder.

The Amazon S3 region where the association information is stored.

Trait Implementations

impl Default for S3OutputLocation
[src]

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

impl Debug for S3OutputLocation
[src]

Formats the value using the given formatter.

impl Clone for S3OutputLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more