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
- Struct
- Aws::Route53Domains::Types::DomainSummary
- Defined in:
- (unknown)
Overview
Summary information about one domain.
Instance Attribute Summary collapse
-
#auto_renew ⇒ Boolean
Indicates whether the domain is automatically renewed upon expiration.
-
#domain_name ⇒ String
The name of the domain that the summary information applies to.
-
#expiry ⇒ Time
Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).
-
#transfer_lock ⇒ Boolean
Indicates whether a domain is locked from unauthorized transfer to another party.
Instance Attribute Details
#auto_renew ⇒ Boolean
Indicates whether the domain is automatically renewed upon expiration.
#domain_name ⇒ String
The name of the domain that the summary information applies to.
#expiry ⇒ Time
Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).
#transfer_lock ⇒ Boolean
Indicates whether a domain is locked from unauthorized transfer to another party.