class
Amazonite::ApiGateway::GetSdkTypesRequest
- Amazonite::ApiGateway::GetSdkTypesRequest
- Reference
- Object
Overview
Get the SdkTypes collection.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_sdk_types_request.crConstructors
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.
- #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.