Struct rusoto_ssm::InstanceAggregatedAssociationOverview[][src]

pub struct InstanceAggregatedAssociationOverview {
    pub detailed_status: Option<String>,
    pub instance_association_status_aggregated_count: Option<HashMap<String, i64>>,
}

Status information about the aggregated associations.

Fields

Detailed status information about the aggregated associations.

The number of associations for the instance(s).

Trait Implementations

impl Default for InstanceAggregatedAssociationOverview
[src]

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

impl Debug for InstanceAggregatedAssociationOverview
[src]

Formats the value using the given formatter. Read more

impl Clone for InstanceAggregatedAssociationOverview
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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