Struct rusoto_opsworks::UpdateElasticIpRequest [] [src]

pub struct UpdateElasticIpRequest {
    pub elastic_ip: String,
    pub name: Option<String>,
}

Fields

The address.

The new name.

Trait Implementations

impl Default for UpdateElasticIpRequest
[src]

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

impl Debug for UpdateElasticIpRequest
[src]

Formats the value using the given formatter.

impl Clone for UpdateElasticIpRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more