Class: Aws::ApplicationAutoScaling::Types::DescribeScalableTargetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::DescribeScalableTargetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token required to get the next set of results.
-
#scalable_targets ⇒ Array<Types::ScalableTarget>
The scalable targets that match the request parameters.
Instance Attribute Details
#next_token ⇒ String
The token required to get the next set of results. This value is ‘null` if there are no more results to return.
897 898 899 900 901 902 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 897 class DescribeScalableTargetsResponse < Struct.new( :scalable_targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#scalable_targets ⇒ Array<Types::ScalableTarget>
The scalable targets that match the request parameters.
897 898 899 900 901 902 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 897 class DescribeScalableTargetsResponse < Struct.new( :scalable_targets, :next_token) SENSITIVE = [] include Aws::Structure end |