Class: Aws::AutoScaling::Types::DescribeScheduledActionsType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-autoscaling/types.rb', line 2223

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_timeTime

The latest scheduled start time to return. If scheduled action names are provided, this property is ignored.

Returns:

  • (Time)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-autoscaling/types.rb', line 2223

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_recordsInteger

The maximum number of items to return with this call. The default value is ‘50` and the maximum value is `100`.

Returns:

  • (Integer)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-autoscaling/types.rb', line 2223

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_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-autoscaling/types.rb', line 2223

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_namesArray<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.

Returns:

  • (Array<String>)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-autoscaling/types.rb', line 2223

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_timeTime

The earliest scheduled start time to return. If scheduled action names are provided, this property is ignored.

Returns:

  • (Time)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-autoscaling/types.rb', line 2223

class DescribeScheduledActionsType < Struct.new(
  :auto_scaling_group_name,
  :scheduled_action_names,
  :start_time,
  :end_time,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end