Struct rusoto_lightsail::Domain[][src]

pub struct Domain {
    pub arn: Option<String>,
    pub created_at: Option<f64>,
    pub domain_entries: Option<Vec<DomainEntry>>,
    pub location: Option<ResourceLocation>,
    pub name: Option<String>,
    pub resource_type: Option<String>,
    pub support_code: Option<String>,
}

Describes a domain where you are storing recordsets in Lightsail.

Fields

The Amazon Resource Name (ARN) of the domain recordset (e.g., arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).

The date when the domain recordset was created.

An array of key-value pairs containing information about the domain entries.

The AWS Region and Availability Zones where the domain recordset was created.

The name of the domain.

The resource type.

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

Trait Implementations

impl Default for Domain
[src]

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

impl Debug for Domain
[src]

Formats the value using the given formatter. Read more

impl Clone for Domain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Domain
[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

impl Send for Domain

impl Sync for Domain