#include <UpdateScriptResult.h>
Definition at line 27 of file UpdateScriptResult.h.
◆ UpdateScriptResult() [1/2]
Aws::GameLift::Model::UpdateScriptResult::UpdateScriptResult |
( |
| ) |
|
◆ UpdateScriptResult() [2/2]
◆ GetScript()
const Script& Aws::GameLift::Model::UpdateScriptResult::GetScript |
( |
| ) |
const |
|
inline |
The newly created script record with a unique script ID. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon GameLift service.
Definition at line 43 of file UpdateScriptResult.h.
◆ operator=()
◆ SetScript() [1/2]
void Aws::GameLift::Model::UpdateScriptResult::SetScript |
( |
const Script & |
value | ) |
|
|
inline |
The newly created script record with a unique script ID. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon GameLift service.
Definition at line 53 of file UpdateScriptResult.h.
◆ SetScript() [2/2]
void Aws::GameLift::Model::UpdateScriptResult::SetScript |
( |
Script && |
value | ) |
|
|
inline |
The newly created script record with a unique script ID. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon GameLift service.
Definition at line 63 of file UpdateScriptResult.h.
◆ WithScript() [1/2]
The newly created script record with a unique script ID. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon GameLift service.
Definition at line 73 of file UpdateScriptResult.h.
◆ WithScript() [2/2]
The newly created script record with a unique script ID. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon GameLift service.
Definition at line 83 of file UpdateScriptResult.h.
The documentation for this class was generated from the following file: