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)


6645
6646
6647
6648
6649
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6645

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