Class: Aws::AutoScaling::Types::BatchPutScheduledUpdateGroupActionAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::BatchPutScheduledUpdateGroupActionAnswer
- Defined in:
- gems/aws-sdk-autoscaling/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.
861 862 863 864 865 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 861 class BatchPutScheduledUpdateGroupActionAnswer < Struct.new( :failed_scheduled_update_group_actions) SENSITIVE = [] include Aws::Structure end |