Class: Aws::ObservabilityAdmin::Types::DeleteTelemetryPipelineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::DeleteTelemetryPipelineInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_identifier ⇒ String
The ARN of the telemetry pipeline to delete.
Instance Attribute Details
#pipeline_identifier ⇒ String
The ARN of the telemetry pipeline to delete.
634 635 636 637 638 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 634 class DeleteTelemetryPipelineInput < Struct.new( :pipeline_identifier) SENSITIVE = [] include Aws::Structure end |