Struct rusoto_ssm::InventoryItem [] [src]

pub struct InventoryItem {
    pub capture_time: String,
    pub content: Option<Vec<HashMap<String, String>>>,
    pub content_hash: Option<String>,
    pub context: Option<HashMap<String, String>>,
    pub schema_version: String,
    pub type_name: String,
}

Information collected from managed instances based on your inventory policy document

Fields

The time the inventory information was collected.

The inventory data of the inventory type.

MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API does not update the inventory item type contents if the MD5 hash has not changed since last update.

A map of associated properties for a specified inventory type. For example, with this attribute, you can specify the ExecutionId, ExecutionType, ComplianceType properties of the AWS:ComplianceItem type.

The schema version for the inventory item.

The name of the inventory type. Default inventory item type names start with AWS. Custom inventory type names will start with Custom. Default inventory item types include the following: AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and AWS:WindowsUpdate.

Trait Implementations

impl Default for InventoryItem
[src]

[src]

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

impl Debug for InventoryItem
[src]

[src]

Formats the value using the given formatter.

impl Clone for InventoryItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more