updateFleetAttributes
inline suspend fun GameLiftClient.updateFleetAttributes(crossinline block: UpdateFleetAttributesRequest.Builder.() -> Unit): UpdateFleetAttributesResponse
Updates a fleet's mutable attributes, such as 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, Amazon GameLift Servers returns the identifiers for the updated fleet.
Learn more