Class: Aws::SSM::Types::OpsResultAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsResultAttribute
- Includes:
- Aws::Structure
- Defined in:
- 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`.
14018 14019 14020 14021 14022 |
# File 'lib/aws-sdk-ssm/types.rb', line 14018 class OpsResultAttribute < Struct.new( :type_name) SENSITIVE = [] include Aws::Structure end |