CreateBuildOutput class

Represents the returned data in response to a request operation.

Constructors

CreateBuildOutput({Build? build, S3Location? storageLocation, AwsCredentials? uploadCredentials})
CreateBuildOutput.fromJson(Map<String, dynamic> json)
factory

Properties

build Build?
The newly created build resource, including a unique build IDs and status.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageLocation S3Location?
Amazon S3 location for your game build file, including bucket name and key.
final
uploadCredentials AwsCredentials?
This element is returned only when the operation is called without a storage location. It contains credentials to use when you are uploading a build file to an S3 bucket that is owned by Amazon GameLift. Credentials have a limited life span. To refresh these credentials, call RequestUploadCredentials.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited