Struct rusoto_opsworks::ElasticIp [] [src]

pub struct ElasticIp {
    pub domain: Option<String>,
    pub instance_id: Option<String>,
    pub ip: Option<String>,
    pub name: Option<String>,
    pub region: Option<String>,
}

Describes an Elastic IP address.

Fields

The domain.

The ID of the instance that the address is attached to.

The IP address.

The name.

The AWS region. For more information, see Regions and Endpoints.

Trait Implementations

impl Default for ElasticIp
[src]

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

impl Debug for ElasticIp
[src]

Formats the value using the given formatter.

impl Clone for ElasticIp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more