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.
      4705 4706 4707 4708 4709 4710  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4705 class CancelledSpotInstanceRequest < Struct.new( :spot_instance_request_id, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the Spot Instance request.
      4705 4706 4707 4708 4709 4710  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 4705 class CancelledSpotInstanceRequest < Struct.new( :spot_instance_request_id, :state) SENSITIVE = [] include Aws::Structure end  |