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]

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

impl Debug for InstanceAssociationOutputLocation
[src]

Formats the value using the given formatter. Read more

impl Clone for InstanceAssociationOutputLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InstanceAssociationOutputLocation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations