class
Amazonite::ApiGateway::DeleteDomainNameRequest
- Amazonite::ApiGateway::DeleteDomainNameRequest
- Reference
- Object
Overview
A request to delete the DomainName resource.
Included Modules
- JSON::Serializable
Defined in:
api_gateway/delete_domain_name_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(domain_name : String, domain_name_id : String | 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 name of the DomainName resource to be deleted.
-
#domain_name=(domain_name : String)
The name of the DomainName resource to be deleted.
-
#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) - #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 domain_name_id : String | Nil
#
The identifier for the domain name resource. Supported only for private custom domain names.
def domain_name_id=(domain_name_id : String | Nil)
#
The identifier for the domain name resource. Supported only for private custom domain names.