Struct rusoto_acm::DomainValidation [] [src]

pub struct DomainValidation {
    pub domain_name: String,
    pub validation_domain: Option<String>,
    pub validation_emails: Option<Vec<String>>,
    pub validation_status: Option<String>,
}

Contains information about the validation of each domain name in the certificate.

Fields

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

The domain name that ACM used to send domain validation emails.

A list of email addresses that ACM used to send domain validation emails.

The validation status of the domain name.

Trait Implementations

impl Default for DomainValidation
[src]

[src]

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

impl Debug for DomainValidation
[src]

[src]

Formats the value using the given formatter.

impl Clone for DomainValidation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more