Class: Aws::SSM::Types::InventoryItemAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InventoryItemAttribute
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_type ⇒ String
The data type of the inventory item attribute.
-
#name ⇒ String
Name of the inventory item attribute.
Instance Attribute Details
#data_type ⇒ String
The data type of the inventory item attribute.
11031 11032 11033 11034 11035 11036 |
# File 'lib/aws-sdk-ssm/types.rb', line 11031 class InventoryItemAttribute < Struct.new( :name, :data_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the inventory item attribute.
11031 11032 11033 11034 11035 11036 |
# File 'lib/aws-sdk-ssm/types.rb', line 11031 class InventoryItemAttribute < Struct.new( :name, :data_type) SENSITIVE = [] include Aws::Structure end |