Struct rusoto_dax::Endpoint[][src]

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

Represents the information required for client programs to connect to the configuration endpoint for a DAX cluster, or to an individual node within the cluster.

Fields

The DNS hostname of the endpoint.

The port number that applications should use to connect to the endpoint.

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. Read more

impl Clone for Endpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for Endpoint