Struct rusoto_ec2::CancelledSpotInstanceRequest [] [src]

pub struct CancelledSpotInstanceRequest {
    pub spot_instance_request_id: Option<String>,
    pub state: Option<String>,
}

Describes a request to cancel a Spot instance.

Fields

The ID of the Spot instance request.

The state of the Spot instance request.

Trait Implementations

impl Default for CancelledSpotInstanceRequest
[src]

[src]

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

impl Debug for CancelledSpotInstanceRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CancelledSpotInstanceRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more