Struct rusoto_ssm::InstanceAssociationOutputUrl [] [src]

pub struct InstanceAssociationOutputUrl {
    pub s3_output_url: Option<S3OutputUrl>,
}

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

Fields

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

Trait Implementations

impl Default for InstanceAssociationOutputUrl
[src]

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

impl Debug for InstanceAssociationOutputUrl
[src]

Formats the value using the given formatter.

impl Clone for InstanceAssociationOutputUrl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more