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

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

Overview

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)


1274
1275
1276
1277
1278
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 1274

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