Class: Aws::Types::UpdateGameSessionQueueInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGameSessionQueueInput
- 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.
-
#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.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def custom_event_data @custom_event_data end |
#destinations ⇒ ::Array[Types::GameSessionQueueDestination]
Returns the value of attribute destinations.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def destinations @destinations end |
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def filter_configuration @filter_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
2402 2403 2404 |
# File 'sig/types.rbs', line 2402 def name @name end |
#notification_target ⇒ ::String
Returns the value of attribute notification_target.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def notification_target @notification_target end |
#player_latency_policies ⇒ ::Array[Types::PlayerLatencyPolicy]
Returns the value of attribute player_latency_policies.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def player_latency_policies @player_latency_policies end |
#priority_configuration ⇒ Types::PriorityConfiguration
Returns the value of attribute priority_configuration.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def priority_configuration @priority_configuration end |
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
2403 2404 2405 |
# File 'sig/types.rbs', line 2403 def timeout_in_seconds @timeout_in_seconds end |