Struct rusoto_ec2::AllocateHostsResult [] [src]

pub struct AllocateHostsResult {
    pub host_ids: Option<Vec<String>>,
}

Contains the output of AllocateHosts.

Fields

The ID of the allocated Dedicated Host. This is used when you want to launch an instance onto a specific host.

Trait Implementations

impl Default for AllocateHostsResult
[src]

[src]

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

impl Debug for AllocateHostsResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for AllocateHostsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more