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

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

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