Struct rusoto_ec2::DnsEntry [] [src]

pub struct DnsEntry {
    pub dns_name: Option<String>,
    pub hosted_zone_id: Option<String>,
}

Describes a DNS entry.

Fields

The DNS name.

The ID of the private hosted zone.

Trait Implementations

impl Default for DnsEntry
[src]

[src]

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

impl Debug for DnsEntry
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for DnsEntry