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:



963
964
965
966
967
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 963

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