class Aws::GameLift::Types::Script
Properties describing a Realtime script.
**Related actions**
CreateScript | ListScripts | DescribeScript | UpdateScript | DeleteScript | [All APIs by task]
@!attribute [rw] script_id
A unique identifier for the Realtime script @return [String]
@!attribute [rw] script_arn
The Amazon Resource Name ([ARN][1]) 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. [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html @return [String]
@!attribute [rw] name
A descriptive label that is associated with a script. Script names do not need to be unique. @return [String]
@!attribute [rw] version
Version information that is associated with a build or script. Version strings do not need to be unique. @return [String]
@!attribute [rw] size_on_disk
The file size of the uploaded Realtime script, expressed in bytes. When files are uploaded from an S3 location, this value remains at "0". @return [Integer]
@!attribute [rw] creation_time
A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example `"1469498468.057"`). @return [Time]
@!attribute [rw] storage_location
The location in Amazon S3 where build or script files are stored for access by Amazon GameLift. This location is specified in CreateBuild, CreateScript, and UpdateScript requests. @return [Types::S3Location]
@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/Script AWS API Documentation
Constants
- SENSITIVE