Class: Aws::Types::PutInventoryRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3700
3701
3702
# File 'sig/types.rbs', line 3700

def instance_id
  @instance_id
end

#items::Array[Types::InventoryItem]

Returns the value of attribute items.

Returns:



3701
3702
3703
# File 'sig/types.rbs', line 3701

def items
  @items
end