Class: Aws::GameLift::Types::DeleteFleetLocationsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_arnString

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

Returns:

  • (String)


2004
2005
2006
2007
2008
2009
2010
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2004

class DeleteFleetLocationsOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :location_states)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

A unique identifier for the fleet that location attributes are being deleted for.

Returns:

  • (String)


2004
2005
2006
2007
2008
2009
2010
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2004

class DeleteFleetLocationsOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :location_states)
  SENSITIVE = []
  include Aws::Structure
end

#location_statesArray<Types::LocationState>

The remote locations that are being deleted, with each location status set to DELETING.

Returns:



2004
2005
2006
2007
2008
2009
2010
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2004

class DeleteFleetLocationsOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :location_states)
  SENSITIVE = []
  include Aws::Structure
end