Class: Aws::GameLift::Types::DescribeScriptOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DescribeScriptOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #script  ⇒ Types::Script 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A set of properties describing the requested script.
 
Instance Attribute Details
#script ⇒ Types::Script
A set of properties describing the requested script.
      4752 4753 4754 4755 4756  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 4752 class DescribeScriptOutput < Struct.new( :script) SENSITIVE = [] include Aws::Structure end  |