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.
3819 3820 3821 3822 3823 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3819 class GetSdkTypesRequest < Struct.new( :position, :limit) include Aws::Structure end |
#position ⇒ String
The current pagination position in the paged result set.
3819 3820 3821 3822 3823 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3819 class GetSdkTypesRequest < Struct.new( :position, :limit) include Aws::Structure end |