You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApplicationAutoScaling::Types::DescribeScalableTargetsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApplicationAutoScaling::Types::DescribeScalableTargetsResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
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.
#scalable_targets ⇒ Array<Types::ScalableTarget>
The scalable targets that match the request parameters.