Class: Aws::GameLift::Types::GetGameSessionLogUrlInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#game_session_idString

A unique identifier for the game session to get logs for.

Returns:

  • (String)


5424
5425
5426
5427
5428
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5424

class GetGameSessionLogUrlInput < Struct.new(
  :game_session_id)
  SENSITIVE = []
  include Aws::Structure
end