Class: Aws::ElasticTranscoder::Types::DeletePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticTranscoder::Types::DeletePipelineRequest
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-elastictranscoder/types.rb', line 1267 class DeletePipelineRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |