Class: Aws::APIGateway::Types::SdkTypes
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::SdkTypes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
The collection of SdkType instances.
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.
5467 5468 5469 5470 5471 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5467 class SdkTypes < Struct.new( :position, :items) include Aws::Structure end |