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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#itemsArray<Types::SdkType>

The current page of elements from this collection.

Returns:



4696
4697
4698
4699
4700
4701
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4696

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

#positionString

Returns:

  • (String)


4696
4697
4698
4699
4700
4701
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4696

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