class Amazonite::ApiGateway::DeleteBasePathMappingRequest

Overview

A request to delete the BasePathMapping resource.

Included Modules

Defined in:

api_gateway/delete_base_path_mapping_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(domain_name : String, base_path : String, domain_name_id : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

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

The base path name of the BasePathMapping resource to delete.

To specify an empty base path, set this parameter to '(none)'.


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

The base path name of the BasePathMapping resource to delete.

To specify an empty base path, set this parameter to '(none)'.


[View source]
def domain_name : String #

The domain name of the BasePathMapping resource to delete.


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

The domain name of the BasePathMapping resource to delete.


[View source]
def domain_name_id : String | Nil #

The identifier for the domain name resource. Supported only for private custom domain names.


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

The identifier for the domain name resource. Supported only for private custom domain names.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]