Class: Aws::ElasticTranscoder::Types::DeletePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::DeletePipelineRequest
- Defined in:
- gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb
Overview
The DeletePipelineRequest
structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the pipeline that you want to delete.
Instance Attribute Details
#id ⇒ String
The identifier of the pipeline that you want to delete.
1267 1268 1269 1270 1271 |
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 1267 class DeletePipelineRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |