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. Read more

impl Clone for InstanceAssociationOutputUrl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InstanceAssociationOutputUrl
[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