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.

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeString

The data type of the inventory item attribute.

Returns:

  • (String)


9586
9587
9588
9589
9590
# File 'lib/aws-sdk-ssm/types.rb', line 9586

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

#nameString

Name of the inventory item attribute.

Returns:

  • (String)


9586
9587
9588
9589
9590
# File 'lib/aws-sdk-ssm/types.rb', line 9586

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