Class: Aws::AutoScaling::Types::DescribeScheduledActionsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribeScheduledActionsType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#end_time ⇒ Time
The latest scheduled start time to return.
-
#max_records ⇒ Integer
The maximum number of items to return with this call.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#scheduled_action_names ⇒ Array<String>
The names of one or more scheduled actions.
-
#start_time ⇒ Time
The earliest scheduled start time to return.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2454 class DescribeScheduledActionsType < Struct.new( :auto_scaling_group_name, :scheduled_action_names, :start_time, :end_time, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The latest scheduled start time to return. If scheduled action names are provided, this property is ignored.
2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2454 class DescribeScheduledActionsType < Struct.new( :auto_scaling_group_name, :scheduled_action_names, :start_time, :end_time, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
The maximum number of items to return with this call. The default value is ‘50` and the maximum value is `100`.
2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2454 class DescribeScheduledActionsType < Struct.new( :auto_scaling_group_name, :scheduled_action_names, :start_time, :end_time, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2454 class DescribeScheduledActionsType < Struct.new( :auto_scaling_group_name, :scheduled_action_names, :start_time, :end_time, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#scheduled_action_names ⇒ Array<String>
The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error.
Array Members: Maximum number of 50 actions.
2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2454 class DescribeScheduledActionsType < Struct.new( :auto_scaling_group_name, :scheduled_action_names, :start_time, :end_time, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The earliest scheduled start time to return. If scheduled action names are provided, this property is ignored.
2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2454 class DescribeScheduledActionsType < Struct.new( :auto_scaling_group_name, :scheduled_action_names, :start_time, :end_time, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |