Method: Aws::APIGateway::Types::SdkTypes#items

Defined in:
lib/aws-sdk-apigateway/types.rb

#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