Struct rusoto_lightsail::StartInstanceRequest [] [src]

pub struct StartInstanceRequest {
    pub instance_name: ResourceName,
}

Fields

The name of the instance (a virtual private server) to start.

Trait Implementations

impl Default for StartInstanceRequest
[src]

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

impl Debug for StartInstanceRequest
[src]

Formats the value using the given formatter.

impl Clone for StartInstanceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more