You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53Domains::Types::DomainTransferability

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A complex type that contains information about whether the specified domain can be transferred to Route 53.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#transferableString

Whether the domain name can be transferred to Route 53.

You can transfer only domains that have a value of TRANSFERABLE for Transferable.

Valid values:

TRANSFERABLE

The domain name can be transferred to Route 53.

UNTRANSFERRABLE

The domain name can't be transferred to Route 53.

DONT_KNOW

Reserved for future use.

Possible values:

  • TRANSFERABLE
  • UNTRANSFERABLE
  • DONT_KNOW

Returns:

  • (String)

    Whether the domain name can be transferred to Route 53.

    You can transfer only domains that have a value of TRANSFERABLE for Transferable.

    Valid values:

    TRANSFERABLE

    The domain name can be transferred to Route 53.

    UNTRANSFERRABLE

    The domain name can't be transferred to Route 53.

    DONT_KNOW

    Reserved for future use.

    .