Class: Aws::AutoScaling::Types::BatchDeleteScheduledActionAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::BatchDeleteScheduledActionAnswer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_scheduled_actions ⇒ Array<Types::FailedScheduledUpdateGroupActionRequest>
The names of the scheduled actions that could not be deleted, including an error message.
Instance Attribute Details
#failed_scheduled_actions ⇒ Array<Types::FailedScheduledUpdateGroupActionRequest>
The names of the scheduled actions that could not be deleted, including an error message.
710 711 712 713 714 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 710 class BatchDeleteScheduledActionAnswer < Struct.new( :failed_scheduled_actions) SENSITIVE = [] include Aws::Structure end |