Class: Aws::SSM::Types::OpsResultAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsResultAttribute
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The OpsItem data type to return.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type_name ⇒ String
Name of the data type.
Instance Attribute Details
#type_name ⇒ String
Name of the data type. Valid value: AWS:OpsItem
,
AWS:EC2InstanceInformation
, AWS:OpsItemTrendline
, or
AWS:ComplianceSummary
.
14529 14530 14531 14532 14533 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14529 class OpsResultAttribute < Struct.new( :type_name) SENSITIVE = [] include Aws::Structure end |