Class: Aws::AutoScalingPlans::Types::DescribeScalingPlanResourcesResponse

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)


314
315
316
317
318
319
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 314

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

#scaling_plan_resourcesArray<Types::ScalingPlanResource>

Information about the scalable resources.

Returns:



314
315
316
317
318
319
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 314

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