Class: Aws::GameLift::Types::GetGameSessionLogUrlInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::GetGameSessionLogUrlInput
- Defined in:
- gems/aws-sdk-gamelift/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.
7645 7646 7647 7648 7649 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7645 class GetGameSessionLogUrlInput < Struct.new( :game_session_id) SENSITIVE = [] include Aws::Structure end |