Struct rusoto_route53domains::DomainSummary [] [src]

pub struct DomainSummary {
    pub auto_renew: Option<bool>,
    pub domain_name: String,
    pub expiry: Option<f64>,
    pub transfer_lock: Option<bool>,
}

Summary information about one domain.

Fields

Indicates whether the domain is automatically renewed upon expiration.

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

Expiration date of the domain in Coordinated Universal Time (UTC).

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

Trait Implementations

impl Default for DomainSummary
[src]

[src]

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

impl Debug for DomainSummary
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DomainSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DomainSummary

impl Sync for DomainSummary