Class: Aws::Types::GameSession
- Inherits:
-
Object
- Object
- Aws::Types::GameSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_name ⇒ ::String
Returns the value of attribute compute_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#creator_id ⇒ ::String
Returns the value of attribute creator_id.
-
#current_player_session_count ⇒ ::Integer
Returns the value of attribute current_player_session_count.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#game_properties ⇒ ::Array[Types::GameProperty]
Returns the value of attribute game_properties.
-
#game_session_data ⇒ ::String
Returns the value of attribute game_session_data.
-
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#matchmaker_data ⇒ ::String
Returns the value of attribute matchmaker_data.
-
#maximum_player_session_count ⇒ ::Integer
Returns the value of attribute maximum_player_session_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#player_gateway_status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute player_gateway_status.
-
#player_session_creation_policy ⇒ "ACCEPT_ALL", "DENY_ALL"
Returns the value of attribute player_session_creation_policy.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_reason ⇒ "INTERRUPTED", ...
Returns the value of attribute status_reason.
-
#termination_time ⇒ ::Time
Returns the value of attribute termination_time.
Instance Attribute Details
#compute_name ⇒ ::String
Returns the value of attribute compute_name.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def compute_name @compute_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def creation_time @creation_time end |
#creator_id ⇒ ::String
Returns the value of attribute creator_id.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def creator_id @creator_id end |
#current_player_session_count ⇒ ::Integer
Returns the value of attribute current_player_session_count.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def current_player_session_count @current_player_session_count end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def dns_name @dns_name end |
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def fleet_id @fleet_id end |
#game_properties ⇒ ::Array[Types::GameProperty]
Returns the value of attribute game_properties.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def game_properties @game_properties end |
#game_session_data ⇒ ::String
Returns the value of attribute game_session_data.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def game_session_data @game_session_data end |
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def game_session_id @game_session_id end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def ip_address @ip_address end |
#location ⇒ ::String
Returns the value of attribute location.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def location @location end |
#matchmaker_data ⇒ ::String
Returns the value of attribute matchmaker_data.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def matchmaker_data @matchmaker_data end |
#maximum_player_session_count ⇒ ::Integer
Returns the value of attribute maximum_player_session_count.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def maximum_player_session_count @maximum_player_session_count end |
#name ⇒ ::String
Returns the value of attribute name.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def name @name end |
#player_gateway_status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute player_gateway_status.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def player_gateway_status @player_gateway_status end |
#player_session_creation_policy ⇒ "ACCEPT_ALL", "DENY_ALL"
Returns the value of attribute player_session_creation_policy.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def player_session_creation_policy @player_session_creation_policy end |
#port ⇒ ::Integer
Returns the value of attribute port.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def port @port end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def status @status end |
#status_reason ⇒ "INTERRUPTED", ...
Returns the value of attribute status_reason.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def status_reason @status_reason end |
#termination_time ⇒ ::Time
Returns the value of attribute termination_time.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def termination_time @termination_time end |