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]

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

impl Debug for ModifyHostsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for ModifyHostsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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