Class: Aws::GameLift::Types::CreateFleetLocationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::CreateFleetLocationsInput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_id ⇒ String
A unique identifier for the fleet to add locations to.
-
#locations ⇒ Array<Types::LocationConfiguration>
A list of locations to deploy additional instances to and manage as part of the fleet.
Instance Attribute Details
#fleet_id ⇒ String
A unique identifier for the fleet to add locations to. You can use either the fleet ID or ARN value.
2179 2180 2181 2182 2183 2184 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2179 class CreateFleetLocationsInput < Struct.new( :fleet_id, :locations) SENSITIVE = [] include Aws::Structure end |
#locations ⇒ Array<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
.
2179 2180 2181 2182 2183 2184 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2179 class CreateFleetLocationsInput < Struct.new( :fleet_id, :locations) SENSITIVE = [] include Aws::Structure end |