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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes an EC2 Fleet that was successfully deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_fleet_stateString

The current state of the EC2 Fleet.

Returns:

  • (String)


13906
13907
13908
13909
13910
13911
13912
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13906

class DeleteFleetSuccessItem < Struct.new(
  :current_fleet_state,
  :previous_fleet_state,
  :fleet_id)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The ID of the EC2 Fleet.

Returns:

  • (String)


13906
13907
13908
13909
13910
13911
13912
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13906

class DeleteFleetSuccessItem < Struct.new(
  :current_fleet_state,
  :previous_fleet_state,
  :fleet_id)
  SENSITIVE = []
  include Aws::Structure
end

#previous_fleet_stateString

The previous state of the EC2 Fleet.

Returns:

  • (String)


13906
13907
13908
13909
13910
13911
13912
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13906

class DeleteFleetSuccessItem < Struct.new(
  :current_fleet_state,
  :previous_fleet_state,
  :fleet_id)
  SENSITIVE = []
  include Aws::Structure
end