Class: Aws::MediaLive::Types::BatchScheduleActionCreateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BatchScheduleActionCreateRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
A list of schedule actions to create (in a request) or that have been created (in a response).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule_actions ⇒ Array<Types::ScheduleAction>
A list of schedule actions to create.
Instance Attribute Details
#schedule_actions ⇒ Array<Types::ScheduleAction>
A list of schedule actions to create.
1013 1014 1015 1016 1017 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1013 class BatchScheduleActionCreateRequest < Struct.new( :schedule_actions) SENSITIVE = [] include Aws::Structure end |