Class: Aws::APIGateway::Types::GetSdkTypesRequest

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

Overview

Note:

When making an API call, you may pass GetSdkTypesRequest data as a hash:

{
  position: "String",
  limit: 1,
}

Get the SdkTypes collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Returns:

  • (Integer)


4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-apigateway/types.rb', line 4130

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

#positionString

The current pagination position in the paged result set.

Returns:

  • (String)


4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-apigateway/types.rb', line 4130

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