You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::DeleteFleetSuccessItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an EC2 Fleet that was successfully deleted.

Instance Attribute Summary collapse

Instance Attribute Details

#current_fleet_stateString

The current state of the EC2 Fleet.

Possible values:

  • submitted
  • active
  • deleted
  • failed
  • deleted_running
  • deleted_terminating
  • modifying

Returns:

  • (String)

    The current state of the EC2 Fleet.

#fleet_idString

The ID of the EC2 Fleet.

Returns:

  • (String)

    The ID of the EC2 Fleet.

#previous_fleet_stateString

The previous state of the EC2 Fleet.

Possible values:

  • submitted
  • active
  • deleted
  • failed
  • deleted_running
  • deleted_terminating
  • modifying

Returns:

  • (String)

    The previous state of the EC2 Fleet.