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:



5467
5468
5469
5470
5471
# File 'lib/aws-sdk-apigateway/types.rb', line 5467

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

#positionString

Returns:

  • (String)


5467
5468
5469
5470
5471
# File 'lib/aws-sdk-apigateway/types.rb', line 5467

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