Struct rusoto_lightsail::DomainEntry [] [src]

pub struct DomainEntry {
    pub id: Option<String>,
    pub name: Option<String>,
    pub options: Option<HashMap<String, String>>,
    pub target: Option<String>,
    pub type_: Option<String>,
}

Describes a domain recordset entry.

Fields

The ID of the domain recordset entry.

The name of the domain.

The options for the domain entry.

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]

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

impl Debug for DomainEntry
[src]

Formats the value using the given formatter.

impl Clone for DomainEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more