Class: Aws::CloudWatch::Types::GetOTelEnrichmentOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of OTel enrichment for the account. Valid values are Running (enrichment is enabled) and Stopped (enrichment is disabled).

Returns:

  • (String)


2057
2058
2059
2060
2061
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2057

class GetOTelEnrichmentOutput < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end