Class: Aws::SSM::Types::OpsResultAttribute

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Note:

When making an API call, you may pass OpsResultAttribute data as a hash:

{
  type_name: "OpsDataTypeName", # required
}

The OpsItem data type to return.

Instance Attribute Summary collapse

Instance Attribute Details

#type_nameString

Name of the data type. Valid value: AWS:OpsItem, AWS:EC2InstanceInformation, AWS:OpsItemTrendline, or AWS:ComplianceSummary.

Returns:

  • (String)


11996
11997
11998
11999
# File 'lib/aws-sdk-ssm/types.rb', line 11996

class OpsResultAttribute < Struct.new(
  :type_name)
  include Aws::Structure
end