Class: Aws::AutoScaling::Types::ActivitiesType

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#activitiesArray<Types::Activity>

The scaling activities. Activities are sorted by start time. Activities still in progress are described first.

Returns:



23
24
25
26
27
# File 'lib/aws-sdk-autoscaling/types.rb', line 23

class ActivitiesType < Struct.new(
  :activities,
  :next_token)
  include Aws::Structure
end

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


23
24
25
26
27
# File 'lib/aws-sdk-autoscaling/types.rb', line 23

class ActivitiesType < Struct.new(
  :activities,
  :next_token)
  include Aws::Structure
end