Struct rusoto_ecs::HostEntry [] [src]

pub struct HostEntry {
    pub hostname: String,
    pub ip_address: String,
}

Hostnames and IP address entries that are added to the /etc/hosts file of a container via the extraHosts parameter of its ContainerDefinition.

Fields

The hostname to use in the /etc/hosts entry.

The IP address to use in the /etc/hosts entry.

Trait Implementations

impl Default for HostEntry
[src]

[src]

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

impl Debug for HostEntry
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for HostEntry