You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GameLift::Types::GetGameSessionLogUrlInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GameLift::Types::GetGameSessionLogUrlInput
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing GetGameSessionLogUrlInput as input to an Aws::Client method, you can use a vanilla Hash:
{
  game_session_id: "ArnStringModel", # required
}
Represents the input for a request operation.
Instance Attribute Summary collapse
- 
  
    
      #game_session_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the game session to get logs for. 
Instance Attribute Details
#game_session_id ⇒ String
A unique identifier for the game session to get logs for.