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.
18005 18006 18007 18008 18009 |
# File 'lib/aws-sdk-ssm/types.rb', line 18005 class ResultAttribute < Struct.new( :type_name) SENSITIVE = [] include Aws::Structure end |