Class: Aws::SSM::Types::InventoryItemAttribute

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

Overview

Attributes are the entries within the inventory item content. It contains name and value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeString

The data type of the inventory item attribute.

Returns:

  • (String)


10572
10573
10574
10575
10576
10577
# File 'lib/aws-sdk-ssm/types.rb', line 10572

class InventoryItemAttribute < Struct.new(
  :name,
  :data_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the inventory item attribute.

Returns:

  • (String)


10572
10573
10574
10575
10576
10577
# File 'lib/aws-sdk-ssm/types.rb', line 10572

class InventoryItemAttribute < Struct.new(
  :name,
  :data_type)
  SENSITIVE = []
  include Aws::Structure
end