class
Amazonite::ApiGateway::GetDomainNamesRequest
- Amazonite::ApiGateway::GetDomainNamesRequest
- Reference
- Object
Overview
Request to describe a collection of DomainName resources.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/get_domain_names_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(position : String | Nil = nil, limit : Int32 | Nil = nil, resource_owner : ResourceOwner | Nil = nil)
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.
-
#resource_owner : ResourceOwner | Nil
The owner of the domain name access association.
-
#resource_owner=(resource_owner : ResourceOwner | Nil)
The owner of the domain name access association.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
The owner of the domain name access association.