You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::CancelledSpotInstanceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a request to cancel a Spot Instance.

Instance Attribute Summary collapse

Instance Attribute Details

#spot_instance_request_idString

The ID of the Spot Instance request.

Returns:

  • (String)

    The ID of the Spot Instance request.

#stateString

The state of the Spot Instance request.

Possible values:

  • active
  • open
  • closed
  • cancelled
  • completed

Returns:

  • (String)

    The state of the Spot Instance request.