Class: Aws::GameLift::Types::DeleteFleetLocationsInput

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_idString

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

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1974

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

#locationsArray<String>

The list of fleet locations to delete. Specify locations in the form of an Amazon Web Services Region code, such as us-west-2.

Returns:

  • (Array<String>)


1974
1975
1976
1977
1978
1979
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 1974

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