class Amazonite::ApiGateway::UpdateBasePathMappingRequest

Overview

A request to change information about the BasePathMapping resource.

Included Modules

Defined in:

api_gateway/update_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, patch_operations : Array(PatchOperation) | Nil = nil) #

[View source]
def self.new(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 of the BasePathMapping resource to change.

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


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

The base path of the BasePathMapping resource to change.

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 change.


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

The domain name of the BasePathMapping resource to change.


[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 patch_operations : Array(PatchOperation) | Nil #

For more information about supported patch operations, see Patch Operations.


[View source]
def patch_operations=(patch_operations : Array(PatchOperation) | Nil) #

For more information about supported patch operations, see Patch Operations.


[View source]
def validate! : Nil #

[View source]