Struct rusoto_ssm::InstanceAssociationOutputLocation [] [src]

pub struct InstanceAssociationOutputLocation {
    pub s3_location: Option<S3OutputLocation>,
}

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

Fields

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

Trait Implementations

impl Default for InstanceAssociationOutputLocation
[src]

[src]

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

impl Debug for InstanceAssociationOutputLocation
[src]

[src]

Formats the value using the given formatter.

impl Clone for InstanceAssociationOutputLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more