Struct rusoto_lightsail::GetStaticIpRequest [] [src]

pub struct GetStaticIpRequest {
    pub static_ip_name: String,
}

Fields

The name of the static IP in Lightsail.

Trait Implementations

impl Default for GetStaticIpRequest
[src]

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

impl Debug for GetStaticIpRequest
[src]

Formats the value using the given formatter.

impl Clone for GetStaticIpRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more