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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2209
2210
2211
2212
2213
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2209

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