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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



984
985
986
987
988
# File 'lib/aws-sdk-medialive/types.rb', line 984

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