Class: Aws::MediaLive::Types::PauseStateScheduleActionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::PauseStateScheduleActionSettings
- 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
#pipelines ⇒ Array<Types::PipelinePauseStateSettings>
10373 10374 10375 10376 10377 |
# File 'lib/aws-sdk-medialive/types.rb', line 10373 class PauseStateScheduleActionSettings < Struct.new( :pipelines) SENSITIVE = [] include Aws::Structure end |