Class: Aws::Types::CreateGameSessionQueueInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGameSessionQueueInput
- 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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
403 404 405 |
# File 'sig/types.rbs', line 403 def custom_event_data @custom_event_data end |
#destinations ⇒ ::Array[Types::GameSessionQueueDestination]
Returns the value of attribute destinations.
400 401 402 |
# File 'sig/types.rbs', line 400 def destinations @destinations end |
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
401 402 403 |
# File 'sig/types.rbs', line 401 def filter_configuration @filter_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
397 398 399 |
# File 'sig/types.rbs', line 397 def name @name end |
#notification_target ⇒ ::String
Returns the value of attribute notification_target.
404 405 406 |
# File 'sig/types.rbs', line 404 def notification_target @notification_target end |
#player_latency_policies ⇒ ::Array[Types::PlayerLatencyPolicy]
Returns the value of attribute player_latency_policies.
399 400 401 |
# File 'sig/types.rbs', line 399 def player_latency_policies @player_latency_policies end |
#priority_configuration ⇒ Types::PriorityConfiguration
Returns the value of attribute priority_configuration.
402 403 404 |
# File 'sig/types.rbs', line 402 def priority_configuration @priority_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
405 406 407 |
# File 'sig/types.rbs', line 405 def @tags end |
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
398 399 400 |
# File 'sig/types.rbs', line 398 def timeout_in_seconds @timeout_in_seconds end |