updateFleetAttributes
abstract suspend fun updateFleetAttributes(input: UpdateFleetAttributesRequest): UpdateFleetAttributesResponse
Updates a fleet's mutable attributes, including game session protection and resource creation limits.
To update fleet attributes, specify the fleet ID and the property values that you want to change.
If successful, an updated FleetAttributes
object is returned.
Learn more