Struct rusoto_redshift::ElasticIpStatus[][src]

pub struct ElasticIpStatus {
    pub elastic_ip: Option<String>,
    pub status: Option<String>,
}

Describes the status of the elastic IP (EIP) address.

Fields

The elastic IP (EIP) address for the cluster.

The status of the elastic IP (EIP) address.

Trait Implementations

impl Default for ElasticIpStatus
[src]

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

impl Debug for ElasticIpStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for ElasticIpStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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