Editor/CoreAPI/SettingsKeys.cs (11 lines of code) (raw):

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 namespace AmazonGameLift.Editor { public enum SettingsKeys { CurrentBucketName, CurrentProfileName, CurrentRegion, UserProfiles, LastOpenTab } }