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>
10304 10305 10306 10307 10308 |
# File 'lib/aws-sdk-medialive/types.rb', line 10304 class PauseStateScheduleActionSettings < Struct.new( :pipelines) SENSITIVE = [] include Aws::Structure end |