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

Class: Aws::Route53Domains::Types::DomainSummary

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

Overview

Summary information about one domain.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_renewBoolean

Indicates whether the domain is automatically renewed upon expiration.

Returns:

  • (Boolean)

    Indicates whether the domain is automatically renewed upon expiration.

#domain_nameString

The name of the domain that the summary information applies to.

Returns:

  • (String)

    The name of the domain that the summary information applies to.

#expiryTime

Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).

Returns:

  • (Time)

    Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).

#transfer_lockBoolean

Indicates whether a domain is locked from unauthorized transfer to another party.

Returns:

  • (Boolean)

    Indicates whether a domain is locked from unauthorized transfer to another party.