Class: Aws::MediaLive::Types::BatchScheduleActionCreateResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BatchScheduleActionCreateResult
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
List of actions that have been created in the schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule_actions ⇒ Array<Types::ScheduleAction>
List of actions that have been created in the schedule.
Instance Attribute Details
#schedule_actions ⇒ Array<Types::ScheduleAction>
List of actions that have been created in the schedule.
1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1027 class BatchScheduleActionCreateResult < Struct.new( :schedule_actions) SENSITIVE = [] include Aws::Structure end |