Class: Aws::APIGateway::Types::GetSdkTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetSdkTypesRequest
- 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.
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.
3463 3464 3465 3466 3467 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3463 class GetSdkTypesRequest < Struct.new( :position, :limit) include Aws::Structure end |
#position ⇒ String
The current pagination position in the paged result set.
3463 3464 3465 3466 3467 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3463 class GetSdkTypesRequest < Struct.new( :position, :limit) include Aws::Structure end |