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]

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

impl Debug for CancelledSpotInstanceRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CancelledSpotInstanceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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