Struct rusoto_elasticbeanstalk::Instance[][src]

pub struct Instance {
    pub id: Option<String>,
}

The description of an Amazon EC2 instance.

Fields

The ID of the Amazon EC2 instance.

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. Read more

impl Clone for Instance
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Instance
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Instance

impl Sync for Instance