Class: Aws::MediaLive::Types::BatchScheduleActionDeleteResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BatchScheduleActionDeleteResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
List of actions that have been deleted from the schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule_actions ⇒ Array<Types::ScheduleAction>
List of actions that have been deleted from the schedule.
Instance Attribute Details
#schedule_actions ⇒ Array<Types::ScheduleAction>
List of actions that have been deleted from the schedule.
1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-medialive/types.rb', line 1055 class BatchScheduleActionDeleteResult < Struct.new( :schedule_actions) SENSITIVE = [] include Aws::Structure end |