Class: Aws::SSM::Types::ResultAttribute

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

Overview

Note:

When making an API call, you may pass ResultAttribute data as a hash:

{
  type_name: "InventoryItemTypeName", # required
}

The inventory item result attribute.

Instance Attribute Summary collapse

Instance Attribute Details

#type_nameString

Name of the inventory item type. Valid value: AWS:InstanceInformation. Default Value: AWS:InstanceInformation.

Returns:

  • (String)


14300
14301
14302
14303
# File 'lib/aws-sdk-ssm/types.rb', line 14300

class ResultAttribute < Struct.new(
  :type_name)
  include Aws::Structure
end