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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elastictranscoder/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 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 1274

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