Class: Aws::GameLift::Types::CreateFleetLocationsInput

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 add locations to. You can use either the fleet ID or ARN value.

Returns:

  • (String)


947
948
949
950
951
952
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 947

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

#locationsArray<Types::LocationConfiguration>

A list of locations to deploy additional instances to and manage as part of the fleet. You can add any Amazon GameLift-supported Amazon Web Services Region as a remote location, in the form of an Amazon Web Services Region code such as us-west-2.

Returns:



947
948
949
950
951
952
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 947

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