Class: Aws::AutoScalingPlans::Types::DescribeScalingPlansResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token required to get the next set of results. This value is null if there are no more results to return.

Returns:

  • (String)


373
374
375
376
377
378
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 373

class DescribeScalingPlansResponse < Struct.new(
  :scaling_plans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_plansArray<Types::ScalingPlan>

Information about the scaling plans.

Returns:



373
374
375
376
377
378
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 373

class DescribeScalingPlansResponse < Struct.new(
  :scaling_plans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end