Class: Aws::Types::GameSessionQueue
- Inherits:
-
Object
- Object
- Aws::Types::GameSessionQueue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_event_data ⇒ ::String
Returns the value of attribute custom_event_data.
-
#destinations ⇒ ::Array[Types::GameSessionQueueDestination]
Returns the value of attribute destinations.
-
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
-
#game_session_queue_arn ⇒ ::String
Returns the value of attribute game_session_queue_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notification_target ⇒ ::String
Returns the value of attribute notification_target.
-
#player_latency_policies ⇒ ::Array[Types::PlayerLatencyPolicy]
Returns the value of attribute player_latency_policies.
-
#priority_configuration ⇒ Types::PriorityConfiguration
Returns the value of attribute priority_configuration.
-
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
Instance Attribute Details
#custom_event_data ⇒ ::String
Returns the value of attribute custom_event_data.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def custom_event_data @custom_event_data end |
#destinations ⇒ ::Array[Types::GameSessionQueueDestination]
Returns the value of attribute destinations.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def destinations @destinations end |
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def filter_configuration @filter_configuration end |
#game_session_queue_arn ⇒ ::String
Returns the value of attribute game_session_queue_arn.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def game_session_queue_arn @game_session_queue_arn end |
#name ⇒ ::String
Returns the value of attribute name.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def name @name end |
#notification_target ⇒ ::String
Returns the value of attribute notification_target.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def notification_target @notification_target end |
#player_latency_policies ⇒ ::Array[Types::PlayerLatencyPolicy]
Returns the value of attribute player_latency_policies.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def player_latency_policies @player_latency_policies end |
#priority_configuration ⇒ Types::PriorityConfiguration
Returns the value of attribute priority_configuration.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def priority_configuration @priority_configuration end |
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def timeout_in_seconds @timeout_in_seconds end |