class Aws::GameLift::Types::UpdateFleetAttributesInput

Represents the input for a request operation.

@note When making an API call, you may pass UpdateFleetAttributesInput

data as a hash:

    {
      fleet_id: "FleetIdOrArn", # required
      name: "NonZeroAndMaxString",
      description: "NonZeroAndMaxString",
      new_game_session_protection_policy: "NoProtection", # accepts NoProtection, FullProtection
      resource_creation_limit_policy: {
        new_game_sessions_per_creator: 1,
        policy_period_in_minutes: 1,
      },
      metric_groups: ["MetricGroup"],
    }

@!attribute [rw] fleet_id

A unique identifier for the fleet to update attribute metadata for.
You can use either the fleet ID or ARN value.
@return [String]

@!attribute [rw] name

A descriptive label that is associated with a fleet. Fleet names do
not need to be unique.
@return [String]

@!attribute [rw] description

A human-readable description of a fleet.
@return [String]

@!attribute [rw] new_game_session_protection_policy

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.
@return [String]

@!attribute [rw] resource_creation_limit_policy

Policy settings that limit the number of game sessions an individual
player can create over a span of time.
@return [Types::ResourceCreationLimitPolicy]

@!attribute [rw] metric_groups

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.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/UpdateFleetAttributesInput AWS API Documentation

Constants

SENSITIVE