Class: Aws::SSM::Types::PutInventoryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

An managed node ID where you want to add or update inventory items.

Returns:

  • (String)


14827
14828
14829
14830
14831
14832
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14827

class PutInventoryRequest < Struct.new(
  :instance_id,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<Types::InventoryItem>

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

Returns:



14827
14828
14829
14830
14831
14832
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14827

class PutInventoryRequest < Struct.new(
  :instance_id,
  :items)
  SENSITIVE = []
  include Aws::Structure
end