Struct rusoto_lightsail::DomainEntry [] [src]

pub struct DomainEntry {
    pub id: Option<String>,
    pub is_alias: Option<bool>,
    pub name: Option<String>,
    pub target: Option<String>,
    pub type_: Option<String>,
}

Describes a domain recordset entry.

Fields

The ID of the domain recordset entry.

When true, specifies whether the domain entry is an alias used by the Lightsail load balancer.

The name of the domain.

The target AWS name server (e.g., ns-111.awsdns-22.com.).

The type of domain entry (e.g., SOA or NS).

Trait Implementations

impl Default for DomainEntry
[src]

[src]

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

impl Debug for DomainEntry
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DomainEntry
[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 DomainEntry

impl Sync for DomainEntry