Class: Aws::ElasticTranscoder::Types::UpdatePipelineStatusRequest

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

Overview

The ‘UpdatePipelineStatusRequest` structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the pipeline to update.

Returns:

  • (String)


3741
3742
3743
3744
3745
3746
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3741

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

#statusString

The desired status of the pipeline:

  • ‘Active`: The pipeline is processing jobs.

  • ‘Paused`: The pipeline is not currently processing jobs.

Returns:

  • (String)


3741
3742
3743
3744
3745
3746
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 3741

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