Class: Aws::GameLift::Types::GetGameSessionLogUrlInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::GetGameSessionLogUrlInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
7165 7166 7167 7168 7169 |
# File 'lib/aws-sdk-gamelift/types.rb', line 7165 class GetGameSessionLogUrlInput < Struct.new( :game_session_id) SENSITIVE = [] include Aws::Structure end |