Class: Aws::GameLift::Types::DeleteFleetInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_idString

A unique identifier for the fleet to be deleted. You can use either the fleet ID or ARN value.

Returns:

  • (String)


3230
3231
3232
3233
3234
# File 'lib/aws-sdk-gamelift/types.rb', line 3230

class DeleteFleetInput < Struct.new(
  :fleet_id)
  SENSITIVE = []
  include Aws::Structure
end