Struct rusoto_rds::Endpoint [] [src]

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

This data type is used as a response element in the following actions:

Fields

Specifies the DNS address of the DB instance.

Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.

Specifies the port that the database 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