Class: Aws::GameLift::Types::UpdateFleetAttributesInput

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

#anywhere_configurationTypes::AnywhereConfiguration

GameLift Anywhere configuration options.



8685
8686
8687
8688
8689
8690
8691
8692
8693
8694
8695
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8685

class UpdateFleetAttributesInput < Struct.new(
  :fleet_id,
  :name,
  :description,
  :new_game_session_protection_policy,
  :resource_creation_limit_policy,
  :metric_groups,
  :anywhere_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A human-readable description of a fleet.

Returns:

  • (String)


8685
8686
8687
8688
8689
8690
8691
8692
8693
8694
8695
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8685

class UpdateFleetAttributesInput < Struct.new(
  :fleet_id,
  :name,
  :description,
  :new_game_session_protection_policy,
  :resource_creation_limit_policy,
  :metric_groups,
  :anywhere_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

A unique identifier for the fleet to update attribute metadata for. You can use either the fleet ID or ARN value.

Returns:

  • (String)


8685
8686
8687
8688
8689
8690
8691
8692
8693
8694
8695
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8685

class UpdateFleetAttributesInput < Struct.new(
  :fleet_id,
  :name,
  :description,
  :new_game_session_protection_policy,
  :resource_creation_limit_policy,
  :metric_groups,
  :anywhere_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#metric_groupsArray<String>

The name of a metric group to add this fleet to. Use a metric group in Amazon CloudWatch to aggregate the metrics from multiple fleets. Provide an existing metric group name, or create a new metric group by providing a new name. A fleet can only be in one metric group at a time.

Returns:

  • (Array<String>)


8685
8686
8687
8688
8689
8690
8691
8692
8693
8694
8695
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8685

class UpdateFleetAttributesInput < Struct.new(
  :fleet_id,
  :name,
  :description,
  :new_game_session_protection_policy,
  :resource_creation_limit_policy,
  :metric_groups,
  :anywhere_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A descriptive label that is associated with a fleet. Fleet names do not need to be unique.

Returns:

  • (String)


8685
8686
8687
8688
8689
8690
8691
8692
8693
8694
8695
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8685

class UpdateFleetAttributesInput < Struct.new(
  :fleet_id,
  :name,
  :description,
  :new_game_session_protection_policy,
  :resource_creation_limit_policy,
  :metric_groups,
  :anywhere_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#new_game_session_protection_policyString

The game session protection policy to apply to all new instances created in this fleet. Instances that already exist are not affected. You can set protection for individual instances using UpdateGameSession .

  • NoProtection -- The game session can be terminated during a scale-down event.

  • FullProtection -- If the game session is in an ACTIVE status, it cannot be terminated during a scale-down event.

Returns:

  • (String)


8685
8686
8687
8688
8689
8690
8691
8692
8693
8694
8695
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8685

class UpdateFleetAttributesInput < Struct.new(
  :fleet_id,
  :name,
  :description,
  :new_game_session_protection_policy,
  :resource_creation_limit_policy,
  :metric_groups,
  :anywhere_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#resource_creation_limit_policyTypes::ResourceCreationLimitPolicy

Policy settings that limit the number of game sessions an individual player can create over a span of time.



8685
8686
8687
8688
8689
8690
8691
8692
8693
8694
8695
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8685

class UpdateFleetAttributesInput < Struct.new(
  :fleet_id,
  :name,
  :description,
  :new_game_session_protection_policy,
  :resource_creation_limit_policy,
  :metric_groups,
  :anywhere_configuration)
  SENSITIVE = []
  include Aws::Structure
end