Struct rusoto_ssm::PutInventoryRequest [] [src]

pub struct PutInventoryRequest {
    pub instance_id: String,
    pub items: Vec<InventoryItem>,
}

Fields

One or more instance IDs where you want to add or update inventory items.

The inventory items that you want to add or update on instances.

Trait Implementations

impl Default for PutInventoryRequest
[src]

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

impl Debug for PutInventoryRequest
[src]

Formats the value using the given formatter.

impl Clone for PutInventoryRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more