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).
2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2076 class StopTelemetryEnrichmentOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |