Class: Aws::APIGateway::Types::GetSdkTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetSdkTypesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Get the SdkTypes collection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
The maximum number of returned results per page.
-
#position ⇒ String
The current pagination position in the paged result set.
Instance Attribute Details
#limit ⇒ Integer
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
2939 2940 2941 2942 2943 2944 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2939 class GetSdkTypesRequest < Struct.new( :position, :limit) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
The current pagination position in the paged result set.
2939 2940 2941 2942 2943 2944 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2939 class GetSdkTypesRequest < Struct.new( :position, :limit) SENSITIVE = [] include Aws::Structure end |