You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ResultAttribute as input to an Aws::Client method, you can use a vanilla 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)

    Name of the inventory item type.