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]

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

impl Debug for AllocateHostsResult
[src]

Formats the value using the given formatter. Read more

impl Clone for AllocateHostsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AllocateHostsResult
[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