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).
2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2057 class GetOTelEnrichmentOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |