Class: Aws::ObservabilityAdmin::Types::StopTelemetryEnrichmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::StopTelemetryEnrichmentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the resource tags for telemetry feature after the stop operation (‘Running`, `Stopped`, or `Impaired`).
Instance Attribute Details
#status ⇒ String
The status of the resource tags for telemetry feature after the stop operation (‘Running`, `Stopped`, or `Impaired`).
1833 1834 1835 1836 1837 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1833 class StopTelemetryEnrichmentOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |