Class: Aws::GameLift::Types::CreateScriptOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::CreateScriptOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #script  ⇒ Types::Script 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The newly created script record with a unique script ID and ARN.
 
Instance Attribute Details
#script ⇒ Types::Script
The newly created script record with a unique script ID and ARN. 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.
      3027 3028 3029 3030 3031  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3027 class CreateScriptOutput < Struct.new( :script) SENSITIVE = [] include Aws::Structure end  |