Struct rusoto_lightsail::AttachStaticIpRequest [] [src]

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

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]

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

impl Debug for AttachStaticIpRequest
[src]

Formats the value using the given formatter.

impl Clone for AttachStaticIpRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more