Struct rusoto_ec2::ModifyHostsRequest [] [src]

pub struct ModifyHostsRequest {
    pub auto_placement: String,
    pub host_ids: Vec<String>,
}

Contains the parameters for ModifyHosts.

Fields

Specify whether to enable or disable auto-placement.

The host IDs of the Dedicated Hosts you want to modify.

Trait Implementations

impl Default for ModifyHostsRequest
[src]

[src]

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

impl Debug for ModifyHostsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ModifyHostsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more