Class: Aws::EC2::Types::CancelledSpotInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CancelledSpotInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a request to cancel a Spot Instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#spot_instance_request_id ⇒ String
The ID of the Spot Instance request.
-
#state ⇒ String
The state of the Spot Instance request.
Instance Attribute Details
#spot_instance_request_id ⇒ String
The ID of the Spot Instance request.
4640 4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-ec2/types.rb', line 4640 class CancelledSpotInstanceRequest < Struct.new( :spot_instance_request_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the Spot Instance request.
4640 4641 4642 4643 4644 4645 |
# File 'lib/aws-sdk-ec2/types.rb', line 4640 class CancelledSpotInstanceRequest < Struct.new( :spot_instance_request_id, :state) SENSITIVE = [] include Aws::Structure end |