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. Read more

impl Clone for PutInventoryRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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