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

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

Overview

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>



10082
10083
10084
10085
10086
# File 'lib/aws-sdk-medialive/types.rb', line 10082

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