Class: Aws::EC2::Types::CancelledSpotInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CancelledSpotInstanceRequest
- Defined in:
- gems/aws-sdk-ec2/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.
4655 4656 4657 4658 4659 4660 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4655 class CancelledSpotInstanceRequest < Struct.new( :spot_instance_request_id, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the Spot Instance request.
4655 4656 4657 4658 4659 4660 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 4655 class CancelledSpotInstanceRequest < Struct.new( :spot_instance_request_id, :state) SENSITIVE = [] include Aws::Structure end |