Struct rusoto_ec2::ModifyHostsResult [] [src]

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

Contains the output of ModifyHosts.

Fields

The IDs of the Dedicated Hosts that were successfully modified.

The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.

Trait Implementations

impl Default for ModifyHostsResult
[src]

[src]

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

impl Debug for ModifyHostsResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for ModifyHostsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more