Class: Aws::ObservabilityAdmin::Types::GetTelemetryPipelineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::GetTelemetryPipelineInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_identifier ⇒ String
The identifier (name or ARN) of the telemetry pipeline to retrieve.
Instance Attribute Details
#pipeline_identifier ⇒ String
The identifier (name or ARN) of the telemetry pipeline to retrieve.
966 967 968 969 970 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 966 class GetTelemetryPipelineInput < Struct.new( :pipeline_identifier) SENSITIVE = [] include Aws::Structure end |