Class: Aws::SSM::Types::PutInventoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PutInventoryRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
An managed node ID where you want to add or update inventory items.
-
#items ⇒ Array<Types::InventoryItem>
The inventory items that you want to add or update on managed nodes.
Instance Attribute Details
#instance_id ⇒ String
An managed node ID where you want to add or update inventory items.
15192 15193 15194 15195 15196 15197 |
# File 'lib/aws-sdk-ssm/types.rb', line 15192 class PutInventoryRequest < Struct.new( :instance_id, :items) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::InventoryItem>
The inventory items that you want to add or update on managed nodes.
15192 15193 15194 15195 15196 15197 |
# File 'lib/aws-sdk-ssm/types.rb', line 15192 class PutInventoryRequest < Struct.new( :instance_id, :items) SENSITIVE = [] include Aws::Structure end |