Class: Aws::APIGateway::Types::SdkTypes
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::APIGateway::Types::SdkTypes
 
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
The collection of SdkType instances.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Types::SdkType> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current page of elements from this collection. 
- 
  
    
      #position  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Instance Attribute Details
#items ⇒ Array<Types::SdkType>
The current page of elements from this collection.
| 4922 4923 4924 4925 4926 4927 | # File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4922 class SdkTypes < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |