Class: Aws::MediaLive::Types::PauseStateScheduleActionSettings

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

Overview

Note:

When making an API call, you may pass PauseStateScheduleActionSettings data as a hash:

{
  pipelines: [
    {
      pipeline_id: "PIPELINE_0", # required, accepts PIPELINE_0, PIPELINE_1
    },
  ],
}

Settings for the action to set pause state of a channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipelinesArray<Types::PipelinePauseStateSettings>



14790
14791
14792
14793
14794
# File 'lib/aws-sdk-medialive/types.rb', line 14790

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