Class: Aws::MediaLive::Types::BatchScheduleActionDeleteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BatchScheduleActionDeleteRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
A list of schedule actions to delete.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_names ⇒ Array<String>
A list of schedule actions to delete.
Instance Attribute Details
#action_names ⇒ Array<String>
A list of schedule actions to delete.
1041 1042 1043 1044 1045 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1041 class BatchScheduleActionDeleteRequest < Struct.new( :action_names) SENSITIVE = [] include Aws::Structure end |