Class: Aws::EC2::Types::CapacityReservationFleetCancellationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CapacityReservationFleetCancellationState
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a Capacity Reservation Fleet that was successfully cancelled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_reservation_fleet_id ⇒ String
The ID of the Capacity Reservation Fleet that was successfully cancelled.
-
#current_fleet_state ⇒ String
The current state of the Capacity Reservation Fleet.
-
#previous_fleet_state ⇒ String
The previous state of the Capacity Reservation Fleet.
Instance Attribute Details
#capacity_reservation_fleet_id ⇒ String
The ID of the Capacity Reservation Fleet that was successfully cancelled.
5401 5402 5403 5404 5405 5406 5407 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5401 class CapacityReservationFleetCancellationState < Struct.new( :current_fleet_state, :previous_fleet_state, :capacity_reservation_fleet_id) SENSITIVE = [] include Aws::Structure end |
#current_fleet_state ⇒ String
The current state of the Capacity Reservation Fleet.
5401 5402 5403 5404 5405 5406 5407 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5401 class CapacityReservationFleetCancellationState < Struct.new( :current_fleet_state, :previous_fleet_state, :capacity_reservation_fleet_id) SENSITIVE = [] include Aws::Structure end |
#previous_fleet_state ⇒ String
The previous state of the Capacity Reservation Fleet.
5401 5402 5403 5404 5405 5406 5407 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5401 class CapacityReservationFleetCancellationState < Struct.new( :current_fleet_state, :previous_fleet_state, :capacity_reservation_fleet_id) SENSITIVE = [] include Aws::Structure end |