Struct rusoto_lightsail::AttachStaticIpRequest [] [src]

pub struct AttachStaticIpRequest {
    pub instance_name: String,
    pub static_ip_name: String,
}

Fields

The instance name to which you want to attach the static IP address.

The name of the static IP.

Trait Implementations

impl Default for AttachStaticIpRequest
[src]

[src]

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

impl Debug for AttachStaticIpRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AttachStaticIpRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations