Class: Aws::MediaLive::Types::BatchScheduleActionDeleteRequest

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

Overview

Note:

When making an API call, you may pass BatchScheduleActionDeleteRequest data as a hash:

{
  action_names: ["__string"], # required
}

A list of schedule actions to delete.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_namesArray<String>

A list of schedule actions to delete.

Returns:

  • (Array<String>)


1599
1600
1601
1602
1603
# File 'lib/aws-sdk-medialive/types.rb', line 1599

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