Class: Aws::ApiGatewayV2::Types::GetApisResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApiGatewayV2::Types::GetApisResponse
 
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Types::Api> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The next page of elements from this collection. 
Instance Attribute Details
#items ⇒ Array<Types::Api>
| 3503 3504 3505 3506 3507 3508 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3503 class GetApisResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
The next page of elements from this collection. Not valid for the last element of the collection.
| 3503 3504 3505 3506 3507 3508 | # File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3503 class GetApisResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |