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 a TLS/SSL certificate that you will use to validate domain ownership.

Fields

A 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]

[src]

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

impl Debug for LoadBalancerTlsCertificateDomainValidationOption
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for LoadBalancerTlsCertificateDomainValidationOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations