class
Amazonite::ApiGateway::UpdateDomainNameRequest
- Amazonite::ApiGateway::UpdateDomainNameRequest
- Reference
- Object
Overview
A request to change information about the DomainName resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/update_domain_name_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(domain_name : String, domain_name_id : String | Nil = nil, patch_operations : Array(PatchOperation) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#domain_name : String
The name of the DomainName resource to be changed.
-
#domain_name=(domain_name : String)
The name of the DomainName resource to be changed.
-
#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) -
#patch_operations : Array(PatchOperation) | Nil
For more information about supported patch operations, see Patch Operations.
-
#patch_operations=(patch_operations : Array(PatchOperation) | Nil)
For more information about supported patch operations, see Patch Operations.
- #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.
For more information about supported patch operations, see Patch Operations.
For more information about supported patch operations, see Patch Operations.