Class: Aws::EC2::Types::CapacityReservationFleetCancellationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CapacityReservationFleetCancellationState
- Includes:
- Structure
- Defined in:
- 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.
5386 5387 5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-ec2/types.rb', line 5386 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.
5386 5387 5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-ec2/types.rb', line 5386 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.
5386 5387 5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-ec2/types.rb', line 5386 class CapacityReservationFleetCancellationState < Struct.new( :current_fleet_state, :previous_fleet_state, :capacity_reservation_fleet_id) SENSITIVE = [] include Aws::Structure end |