Struct rusoto_ec2::ModifyInstancePlacementRequest [] [src]

pub struct ModifyInstancePlacementRequest {
    pub affinity: Option<String>,
    pub host_id: Option<String>,
    pub instance_id: String,
    pub tenancy: Option<String>,
}

Contains the parameters for ModifyInstancePlacement.

Fields

The new affinity setting for the instance.

The ID of the Dedicated Host that the instance will have affinity with.

The ID of the instance that you are modifying.

The tenancy of the instance that you are modifying.

Trait Implementations

impl Default for ModifyInstancePlacementRequest
[src]

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

impl Debug for ModifyInstancePlacementRequest
[src]

Formats the value using the given formatter.

impl Clone for ModifyInstancePlacementRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more