Struct rusoto_ec2::StartInstancesResult [] [src]

pub struct StartInstancesResult {
    pub starting_instances: Option<Vec<InstanceStateChange>>,
}

Contains the output of StartInstances.

Fields

Information about one or more started instances.

Trait Implementations

impl Default for StartInstancesResult
[src]

[src]

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

impl Debug for StartInstancesResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for StartInstancesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more