Class: Aws::Types::UpdateGameServerGroupInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#balancing_strategy"SPOT_ONLY", ...

Returns the value of attribute balancing_strategy.

Returns:

  • ("SPOT_ONLY", "SPOT_PREFERRED", "ON_DEMAND_ONLY")


2363
2364
2365
# File 'sig/types.rbs', line 2363

def balancing_strategy
  @balancing_strategy
end

#game_server_group_name::String

Returns the value of attribute game_server_group_name.

Returns:

  • (::String)


2359
2360
2361
# File 'sig/types.rbs', line 2359

def game_server_group_name
  @game_server_group_name
end

#game_server_protection_policy"NO_PROTECTION", "FULL_PROTECTION"

Returns the value of attribute game_server_protection_policy.

Returns:

  • ("NO_PROTECTION", "FULL_PROTECTION")


2362
2363
2364
# File 'sig/types.rbs', line 2362

def game_server_protection_policy
  @game_server_protection_policy
end

#instance_definitions::Array[Types::InstanceDefinition]

Returns the value of attribute instance_definitions.

Returns:



2361
2362
2363
# File 'sig/types.rbs', line 2361

def instance_definitions
  @instance_definitions
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2360
2361
2362
# File 'sig/types.rbs', line 2360

def role_arn
  @role_arn
end