Class: Aws::ObservabilityAdmin::Types::StartTelemetryEnrichmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::StartTelemetryEnrichmentOutput
- Includes:
- Structure
- Defined in:
- 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 created for resource tags for telemetry.
-
#status ⇒ String
The status of the resource tags for telemetry feature after the start operation (‘Running`, `Stopped`, or `Impaired`).
Instance Attribute Details
#aws_resource_explorer_managed_view_arn ⇒ String
The Amazon Resource Name (ARN) of the Resource Explorer managed view created for resource tags for telemetry.
1819 1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1819 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`).
1819 1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1819 class StartTelemetryEnrichmentOutput < Struct.new( :status, :aws_resource_explorer_managed_view_arn) SENSITIVE = [] include Aws::Structure end |