Class: Aws::ObservabilityAdmin::Types::GetTelemetryEnrichmentStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::GetTelemetryEnrichmentStatusOutput
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_resource_explorer_managed_view_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Resource Explorer managed view used for resource tags for telemetry, if the feature is enabled.
-
#status ⇒ String
The current status of the resource tags for telemetry feature (
Running
,Stopped
, orImpaired
).
Instance Attribute Details
#aws_resource_explorer_managed_view_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services Resource Explorer managed view used for resource tags for telemetry, if the feature is enabled.
458 459 460 461 462 463 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 458 class GetTelemetryEnrichmentStatusOutput < Struct.new( :status, :aws_resource_explorer_managed_view_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the resource tags for telemetry feature
(Running
, Stopped
, or Impaired
).
458 459 460 461 462 463 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 458 class GetTelemetryEnrichmentStatusOutput < Struct.new( :status, :aws_resource_explorer_managed_view_arn) SENSITIVE = [] include Aws::Structure end |