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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


15098
15099
15100
15101
15102
15103
# File 'lib/aws-sdk-ssm/types.rb', line 15098

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:



15098
15099
15100
15101
15102
15103
# File 'lib/aws-sdk-ssm/types.rb', line 15098

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