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)


2165
2166
2167
2168
2169
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2165

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