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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/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)


2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2228

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)


2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2228

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)


2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2228

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)


2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2228

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>)


2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2228

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)


2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2228

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