Class: Aws::AutoScaling::Types::ScheduledActionsType

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


4045
4046
4047
4048
4049
# File 'lib/aws-sdk-autoscaling/types.rb', line 4045

class ScheduledActionsType < Struct.new(
  :scheduled_update_group_actions,
  :next_token)
  include Aws::Structure
end

#scheduled_update_group_actionsArray<Types::ScheduledUpdateGroupAction>

The scheduled actions.



4045
4046
4047
4048
4049
# File 'lib/aws-sdk-autoscaling/types.rb', line 4045

class ScheduledActionsType < Struct.new(
  :scheduled_update_group_actions,
  :next_token)
  include Aws::Structure
end