Class: Aws::MediaLive::Types::BatchUpdateScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BatchUpdateScheduleResponse
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creates ⇒ Types::BatchScheduleActionCreateResult
List of actions that have been created in the schedule.
-
#deletes ⇒ Types::BatchScheduleActionDeleteResult
List of actions that have been deleted from the schedule.
Instance Attribute Details
#creates ⇒ Types::BatchScheduleActionCreateResult
List of actions that have been created in the schedule.
1256 1257 1258 1259 1260 1261 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1256 class BatchUpdateScheduleResponse < Struct.new( :creates, :deletes) SENSITIVE = [] include Aws::Structure end |
#deletes ⇒ Types::BatchScheduleActionDeleteResult
List of actions that have been deleted from the schedule.
1256 1257 1258 1259 1260 1261 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1256 class BatchUpdateScheduleResponse < Struct.new( :creates, :deletes) SENSITIVE = [] include Aws::Structure end |