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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::SdkType>

The current page of elements from this collection.

Returns:



6565
6566
6567
6568
6569
6570
# File 'lib/aws-sdk-apigateway/types.rb', line 6565

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

#positionString

Returns:

  • (String)


6565
6566
6567
6568
6569
6570
# File 'lib/aws-sdk-apigateway/types.rb', line 6565

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