Struct rusoto_ssm::AssociationStatus [] [src]

pub struct AssociationStatus {
    pub additional_info: Option<String>,
    pub date: f64,
    pub message: String,
    pub name: String,
}

Describes an association status.

Fields

A user-defined string.

The date when the status changed.

The reason for the status.

The status.

Trait Implementations

impl Default for AssociationStatus
[src]

[src]

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

impl Debug for AssociationStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for AssociationStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more