Class: Aws::ObservabilityAdmin::Types::StopTelemetryEnrichmentOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-observabilityadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the resource tags for telemetry feature after the stop operation (Running, Stopped, or Impaired).

Returns:

  • (String)


2173
2174
2175
2176
2177
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2173

class StopTelemetryEnrichmentOutput < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end