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

impl Clone for ElasticIp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for ElasticIp