RequestUploadCredentialsOutput
public struct RequestUploadCredentialsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Amazon S3 path and key, identifying where the game build files are stored.
Declaration
Swift
public let storageLocation: S3Location?
-
AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for.
Declaration
Swift
public let uploadCredentials: AwsCredentials?
-
Undocumented
Declaration
Swift
public init(storageLocation: S3Location? = nil, uploadCredentials: AwsCredentials? = nil)