Struct rusoto_ssm::DescribeAssociationResult [] [src]

pub struct DescribeAssociationResult {
    pub association_description: Option<AssociationDescription>,
}

Fields

Information about the association.

Trait Implementations

impl Default for DescribeAssociationResult
[src]

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

impl Debug for DescribeAssociationResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeAssociationResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more