Class: Aws::AppStream::Types::ScriptDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppStream::Types::ScriptDetails
 
 
- Defined in:
 - gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
 
Overview
Describes the details of the script.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #executable_parameters  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The runtime parameters passed to the run path for the script.
 - 
  
    
      #executable_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The run path for the script.
 - 
  
    
      #script_s3_location  ⇒ Types::S3Location 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The S3 object location for the script.
 - 
  
    
      #timeout_in_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The run timeout, in seconds, for the script.
 
Instance Attribute Details
#executable_parameters ⇒ String
The runtime parameters passed to the run path for the script.
      5097 5098 5099 5100 5101 5102 5103 5104  | 
    
      # File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5097 class ScriptDetails < Struct.new( :script_s3_location, :executable_path, :executable_parameters, :timeout_in_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#executable_path ⇒ String
The run path for the script.
      5097 5098 5099 5100 5101 5102 5103 5104  | 
    
      # File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5097 class ScriptDetails < Struct.new( :script_s3_location, :executable_path, :executable_parameters, :timeout_in_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#script_s3_location ⇒ Types::S3Location
The S3 object location for the script.
      5097 5098 5099 5100 5101 5102 5103 5104  | 
    
      # File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5097 class ScriptDetails < Struct.new( :script_s3_location, :executable_path, :executable_parameters, :timeout_in_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#timeout_in_seconds ⇒ Integer
The run timeout, in seconds, for the script.
      5097 5098 5099 5100 5101 5102 5103 5104  | 
    
      # File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5097 class ScriptDetails < Struct.new( :script_s3_location, :executable_path, :executable_parameters, :timeout_in_seconds) SENSITIVE = [] include Aws::Structure end  |