Class: Aws::Types::GameSessionConnectionInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ip_address])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def dns_name
  @dns_name
end

#game_session_arn::String

Returns the value of attribute game_session_arn.

Returns:

  • (::String)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def game_session_arn
  @game_session_arn
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def ip_address
  @ip_address
end

#matched_player_sessions::Array[Types::MatchedPlayerSession]

Returns the value of attribute matched_player_sessions.

Returns:



1309
1310
1311
# File 'sig/types.rbs', line 1309

def matched_player_sessions
  @matched_player_sessions
end

#player_gateway_status"DISABLED", "ENABLED"

Returns the value of attribute player_gateway_status.

Returns:

  • ("DISABLED", "ENABLED")


1310
1311
1312
# File 'sig/types.rbs', line 1310

def player_gateway_status
  @player_gateway_status
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def port
  @port
end