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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the pipeline that you want to delete.

Returns:

  • (String)


1922
1923
1924
1925
1926
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1922

class DeletePipelineRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end