Class: Aws::Types::GameSessionConnectionInfo
- Inherits:
-
Object
- Object
- Aws::Types::GameSessionConnectionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#game_session_arn ⇒ ::String
Returns the value of attribute game_session_arn.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#matched_player_sessions ⇒ ::Array[Types::MatchedPlayerSession]
Returns the value of attribute matched_player_sessions.
-
#player_gateway_status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute player_gateway_status.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
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.
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.
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.
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.
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.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def port @port end |