Struct rusoto_elasticache::Endpoint [] [src]

pub struct Endpoint {
    pub address: Option<String>,
    pub port: Option<i64>,
}

Represents the information required for client programs to connect to a cache node.

Fields

The DNS hostname of the cache node.

The port number that the cache engine is listening on.

Trait Implementations

impl Default for Endpoint
[src]

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

impl Debug for Endpoint
[src]

Formats the value using the given formatter.

impl Clone for Endpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more