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.
6738 6739 6740 6741 6742 |
# File 'lib/aws-sdk-gamelift/types.rb', line 6738 class GetGameSessionLogUrlInput < Struct.new( :game_session_id) SENSITIVE = [] include Aws::Structure end |