Struct rusoto_lightsail::LoadBalancerTlsCertificateDomainValidationOption[][src]

pub struct LoadBalancerTlsCertificateDomainValidationOption {
    pub domain_name: Option<String>,
    pub validation_status: Option<String>,
}

Contains information about the domain names on an SSL/TLS certificate that you will use to validate domain ownership.

Fields

The fully qualified domain name in the certificate request.

The status of the domain validation. Valid values are listed below.

Trait Implementations

impl Default for LoadBalancerTlsCertificateDomainValidationOption
[src]

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

impl Debug for LoadBalancerTlsCertificateDomainValidationOption
[src]

Formats the value using the given formatter. Read more

impl Clone for LoadBalancerTlsCertificateDomainValidationOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LoadBalancerTlsCertificateDomainValidationOption
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations