Class: Aws::MediaLive::Types::BatchScheduleActionCreateResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#schedule_actionsArray<Types::ScheduleAction>

List of actions that have been created in the schedule.

Returns:



1012
1013
1014
1015
1016
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1012

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