Class: Aws::CloudWatch::Types::GetOTelEnrichmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetOTelEnrichmentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of OTel enrichment for the account.
Instance Attribute Details
#status ⇒ String
The status of OTel enrichment for the account. Valid values are
Running (enrichment is enabled) and Stopped (enrichment is
disabled).
2165 2166 2167 2168 2169 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2165 class GetOTelEnrichmentOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |