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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


10724
10725
10726
10727
10728
10729
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10724

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

#nameString

Name of the inventory item attribute.

Returns:

  • (String)


10724
10725
10726
10727
10728
10729
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10724

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