You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::Script

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

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\").

Returns:

  • (Time)

    A time stamp indicating when this data object was created.

#nameString

A descriptive label that is associated with a script. Script names do not need to be unique.

Returns:

  • (String)

    A descriptive label that is associated with a script.

#script_arnString

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.

Returns:

  • (String)

    Amazon Resource Name ([ARN][1]) that is assigned to a GameLift script resource and uniquely identifies it.

#script_idString

A unique identifier for a Realtime script

Returns:

  • (String)

    A unique identifier for a Realtime script.

#size_on_diskInteger

The file size of the uploaded Realtime script, expressed in bytes. When files are uploaded from an S3 location, this value remains at \"0\".

Returns:

  • (Integer)

    The file size of the uploaded Realtime script, expressed in bytes.

#storage_locationTypes::S3Location

The location in S3 where build or script files are stored for access by Amazon GameLift. This location is specified in CreateBuild, CreateScript, and UpdateScript requests.

Returns:

  • (Types::S3Location)

    The location in S3 where build or script files are stored for access by Amazon GameLift.

#versionString

The version that is associated with a build or script. Version strings do not need to be unique.

Returns:

  • (String)

    The version that is associated with a build or script.