class
Amazonite::ApiGateway::GetBasePathMappingsRequest
- Amazonite::ApiGateway::GetBasePathMappingsRequest
- Reference
- Object
Overview
A request to get information about a collection of BasePathMapping resources.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_base_path_mappings_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(domain_name : String, domain_name_id : String | Nil = nil, 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. -
#domain_name : String
The domain name of a BasePathMapping resource.
-
#domain_name=(domain_name : String)
The domain name of a BasePathMapping resource.
-
#domain_name_id : String | Nil
The identifier for the domain name resource.
-
#domain_name_id=(domain_name_id : String | Nil)
The identifier for the domain name resource.
-
#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
Returns true if this reference is the same as other. Invokes same?.
The identifier for the domain name resource. Supported only for private custom domain names.
The identifier for the domain name resource. Supported only for private custom domain names.
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.