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.
4897 4898 4899 4900 4901 4902 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4897 class SdkTypes < Struct.new( :position, :items) SENSITIVE = [] include Aws::Structure end |