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.
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.
4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4696 class SdkTypes < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |