Struct rusoto_ec2::ReleaseHostsResult [] [src]

pub struct ReleaseHostsResult {
    pub successful: Option<Vec<String>>,
    pub unsuccessful: Option<Vec<UnsuccessfulItem>>,
}

Contains the output of ReleaseHosts.

Fields

The IDs of the Dedicated Hosts that were successfully released.

The IDs of the Dedicated Hosts that could not be released, including an error message.

Trait Implementations

impl Default for ReleaseHostsResult
[src]

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

impl Debug for ReleaseHostsResult
[src]

Formats the value using the given formatter.

impl Clone for ReleaseHostsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more