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 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 Resource Explorer managed view used for resource tags for telemetry, if the feature is enabled.
915 916 917 918 919 920 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 915 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).
915 916 917 918 919 920 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 915 class GetTelemetryEnrichmentStatusOutput < Struct.new( :status, :aws_resource_explorer_managed_view_arn) SENSITIVE = [] include Aws::Structure end |