Struct rusoto_ssm::InventoryResultEntity [] [src]

pub struct InventoryResultEntity {
    pub data: Option<HashMap<String, InventoryResultItem>>,
    pub id: Option<String>,
}

Inventory query results.

Fields

The data section in the inventory result entity json.

ID of the inventory result entity. For example, for managed instance inventory the result will be the managed instance ID. For EC2 instance inventory, the result will be the instance ID.

Trait Implementations

impl Default for InventoryResultEntity
[src]

[src]

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

impl Debug for InventoryResultEntity
[src]

[src]

Formats the value using the given formatter.

impl Clone for InventoryResultEntity
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more