Class: Aws::MediaLive::Types::BatchScheduleActionDeleteResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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

Instance Attribute Details

#schedule_actionsArray<Types::ScheduleAction>

List of actions that have been deleted from the schedule.

Returns:



1040
1041
1042
1043
1044
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1040

class BatchScheduleActionDeleteResult < Struct.new(
  :schedule_actions)
  SENSITIVE = []
  include Aws::Structure
end