Class: Aws::APIGateway::Types::GetRequestValidatorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetRequestValidatorsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Gets the RequestValidators collection of a given RestApi.
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.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#limit ⇒ Integer
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
3016 3017 3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3016 class GetRequestValidatorsRequest < Struct.new( :rest_api_id, :position, :limit) SENSITIVE = [] include Aws::Structure end |
#position ⇒ String
The current pagination position in the paged result set.
3016 3017 3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3016 class GetRequestValidatorsRequest < Struct.new( :rest_api_id, :position, :limit) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
3016 3017 3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3016 class GetRequestValidatorsRequest < Struct.new( :rest_api_id, :position, :limit) SENSITIVE = [] include Aws::Structure end |