Class: Aws::MediaLive::Types::BatchScheduleActionCreateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

A list of schedule actions to create (in a request) or that have been created (in a response).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_actionsArray<Types::ScheduleAction>

A list of schedule actions to create.

Returns:



998
999
1000
1001
1002
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 998

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