Class: Aws::APIGateway::Types::SdkTypes

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

The collection of SdkType instances.

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::SdkType>

The current page of elements from this collection.

Returns:


6083
6084
6085
6086
6087
# File 'lib/aws-sdk-apigateway/types.rb', line 6083

class SdkTypes < Struct.new(
  :position,
  :items)
  include Aws::Structure
end

#positionString

Returns:

  • (String)

6083
6084
6085
6086
6087
# File 'lib/aws-sdk-apigateway/types.rb', line 6083

class SdkTypes < Struct.new(
  :position,
  :items)
  include Aws::Structure
end