Class: Aws::ObservabilityAdmin::Types::StopTelemetryEnrichmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::StopTelemetryEnrichmentOutput
- Defined in:
- gems/aws-sdk-observabilityadmin/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, orImpaired).
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 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1833 class StopTelemetryEnrichmentOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |