Class: Aws::ElasticTranscoder::Types::DeletePipelineRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elastictranscoder/types.rb

Overview

Note:

When making an API call, you may pass DeletePipelineRequest data as a hash:

{
  id: "Id", # required
}

The ‘DeletePipelineRequest` structure.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the pipeline that you want to delete.

Returns:

  • (String)


1900
1901
1902
1903
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1900

class DeletePipelineRequest < Struct.new(
  :id)
  include Aws::Structure
end