class
Amazonite::ApiGateway::GetModelsRequest
- Amazonite::ApiGateway::GetModelsRequest
- Reference
- Object
Overview
Request to list existing Models defined for a RestApi resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_models_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(rest_api_id : String, position : String | Nil = nil, limit : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
The maximum number of returned results per page.
-
#limit=(limit : Int32 | Nil)
The maximum number of returned results per page.
-
#position : String | Nil
The current pagination position in the paged result set.
-
#position=(position : String | Nil)
The current pagination position in the paged result set.
-
#rest_api_id : String
The string identifier of the associated RestApi.
-
#rest_api_id=(rest_api_id : String)
The string identifier of the associated RestApi.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def limit : Int32 | Nil
#
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
def limit=(limit : Int32 | Nil)
#
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.