Class: Aws::ApplicationAutoScaling::Types::DescribeScalableTargetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationautoscaling/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)


873
874
875
876
877
878
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 873

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

#scalable_targetsArray<Types::ScalableTarget>

The scalable targets that match the request parameters.

Returns:



873
874
875
876
877
878
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 873

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