Script
public struct Script : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A time stamp indicating when this data object was created. The format is a number expressed in Unix time as milliseconds (for example “1469498468.057”).
Declaration
Swift
public let creationTime: TimeStamp? -
A descriptive label that is associated with a script. Script names do not need to be unique.
Declaration
Swift
public let name: String? -
Amazon Resource Name (ARN) that is assigned to a GameLift script resource and uniquely identifies it. ARNs are unique across all Regions. In a GameLift script ARN, the resource ID matches the ScriptId value.
Declaration
Swift
public let scriptArn: String? -
A unique identifier for a Realtime script
Declaration
Swift
public let scriptId: String? -
The file size of the uploaded Realtime script, expressed in bytes. When files are uploaded from an S3 location, this value remains at “0”.
Declaration
Swift
public let sizeOnDisk: Int64? -
Undocumented
Declaration
Swift
public let storageLocation: S3Location? -
The version that is associated with a build or script. Version strings do not need to be unique.
Declaration
Swift
public let version: String? -
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, name: String? = nil, scriptArn: String? = nil, scriptId: String? = nil, sizeOnDisk: Int64? = nil, storageLocation: S3Location? = nil, version: String? = nil)
View on GitHub
Script Structure Reference