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_time ⇒ Time

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.

#name ⇒ String

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_arn ⇒ 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.

Returns:

  • (String) —

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

#script_id ⇒ String

A unique identifier for a Realtime script

Returns:

  • (String) —

    A unique identifier for a Realtime script.

#size_on_disk ⇒ Integer

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_location ⇒ Types::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.

#version ⇒ String

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.