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

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

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

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.

Possible values:

  • string
  • number

Returns:

  • (String)

    The data type of the inventory item attribute.

#nameString

Name of the inventory item attribute.

Returns:

  • (String)

    Name of the inventory item attribute.