Class: Aws::SSM::Types::ResultAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResultAttribute
- Defined in:
- gems/aws-sdk-ssm/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 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16680 class ResultAttribute < Struct.new( :type_name) SENSITIVE = [] include Aws::Structure end |