Struct rusoto_ssm::ResultAttribute[][src]

pub struct ResultAttribute {
    pub type_name: String,
}

The inventory item result attribute.

Fields

Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.

Trait Implementations

impl Default for ResultAttribute
[src]

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

impl Debug for ResultAttribute
[src]

Formats the value using the given formatter. Read more

impl Clone for ResultAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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