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.
623 624 625 626 627 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 623 class DeleteTelemetryPipelineInput < Struct.new( :pipeline_identifier) SENSITIVE = [] include Aws::Structure end |