Class: Aws::ObservabilityAdmin::Types::StartTelemetryEnrichmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::StartTelemetryEnrichmentOutput
- 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 created for resource tags for telemetry.
-
#status ⇒ String
The status of the resource tags for telemetry feature after the start operation (
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 created for resource tags for telemetry.
1050 1051 1052 1053 1054 1055 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1050 class StartTelemetryEnrichmentOutput < Struct.new( :status, :aws_resource_explorer_managed_view_arn) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the resource tags for telemetry feature after the
start operation (Running, Stopped, or Impaired).
1050 1051 1052 1053 1054 1055 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1050 class StartTelemetryEnrichmentOutput < Struct.new( :status, :aws_resource_explorer_managed_view_arn) SENSITIVE = [] include Aws::Structure end |