Class: Aws::SSM::Types::ResultAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResultAttribute
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The inventory item result attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type_name ⇒ String
Name of the inventory item type.
Instance Attribute Details
#type_name ⇒ String
Name of the inventory item type. Valid value: ‘AWS:InstanceInformation`. Default Value: `AWS:InstanceInformation`.
16680 16681 16682 16683 16684 |
# File 'lib/aws-sdk-ssm/types.rb', line 16680 class ResultAttribute < Struct.new( :type_name) SENSITIVE = [] include Aws::Structure end |