Class: Aws::GameLift::Types::DeleteScriptInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::DeleteScriptInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #script_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the Realtime script to delete.
 
Instance Attribute Details
#script_id ⇒ String
A unique identifier for the Realtime script to delete. You can use either the script ID or ARN value.
      3355 3356 3357 3358 3359  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 3355 class DeleteScriptInput < Struct.new( :script_id) SENSITIVE = [] include Aws::Structure end  |