class Amazonite::ApiGateway::GetDomainNameRequest

Overview

Request to get the name of a DomainName resource.

Included Modules

Defined in:

api_gateway/get_domain_name_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(domain_name : String, domain_name_id : String | Nil = nil) #

[View source]

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 : String #

The name of the DomainName resource.


[View source]
def domain_name=(domain_name : String) #

The name of the DomainName resource.


[View source]
def domain_name_id : String | Nil #

The identifier for the domain name resource. Required for private custom domain names.


[View source]
def domain_name_id=(domain_name_id : String | Nil) #

The identifier for the domain name resource. Required for private custom domain names.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]