Class: Aws::AutoScaling::Types::BatchPutScheduledUpdateGroupActionAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::BatchPutScheduledUpdateGroupActionAnswer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_scheduled_update_group_actions ⇒ Array<Types::FailedScheduledUpdateGroupActionRequest>
The names of the scheduled actions that could not be created or updated, including an error message.
Instance Attribute Details
#failed_scheduled_update_group_actions ⇒ Array<Types::FailedScheduledUpdateGroupActionRequest>
The names of the scheduled actions that could not be created or updated, including an error message.
741 742 743 744 745 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 741 class BatchPutScheduledUpdateGroupActionAnswer < Struct.new( :failed_scheduled_update_group_actions) SENSITIVE = [] include Aws::Structure end |