Struct rusoto_route53domains::DisableDomainTransferLockRequest [] [src]

pub struct DisableDomainTransferLockRequest {
    pub domain_name: String,
}

The DisableDomainTransferLock request includes the following element.

Fields

The name of the domain that you want to remove the transfer lock for.

Trait Implementations

impl Default for DisableDomainTransferLockRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DisableDomainTransferLockRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DisableDomainTransferLockRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations