Class: Aws::APIGateway::Types::GetRestApisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetRestApisRequest
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
The GET request to list existing RestApis defined for your 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.
3063 3064 3065 3066 3067 3068 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3063 class GetRestApisRequest < Struct.new( :position, :limit) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
The current pagination position in the paged result set.
3063 3064 3065 3066 3067 3068 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3063 class GetRestApisRequest < Struct.new( :position, :limit) SENSITIVE = [] include Aws::Structure end |