Struct rusoto_elb::Instance [] [src]

pub struct Instance {
    pub instance_id: Option<InstanceId>,
}

The ID of an EC2 instance.

Fields

The instance ID.

Trait Implementations

impl Default for Instance
[src]

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

impl Debug for Instance
[src]

Formats the value using the given formatter.

impl Clone for Instance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more