Struct rusoto_ssm::InstanceAssociation [] [src]

pub struct InstanceAssociation {
    pub association_id: Option<AssociationId>,
    pub content: Option<DocumentContent>,
    pub instance_id: Option<InstanceId>,
}

One or more association documents on the instance.

Fields

The association ID.

The content of the association document for the instance(s).

The instance ID.

Trait Implementations

impl Default for InstanceAssociation
[src]

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

impl Debug for InstanceAssociation
[src]

Formats the value using the given formatter.

impl Clone for InstanceAssociation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more