Class: Aws::Types::CreateMatchmakingConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMatchmakingConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acceptance_required ⇒ Boolean
Returns the value of attribute acceptance_required.
-
#acceptance_timeout_seconds ⇒ ::Integer
Returns the value of attribute acceptance_timeout_seconds.
-
#additional_player_count ⇒ ::Integer
Returns the value of attribute additional_player_count.
-
#backfill_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute backfill_mode.
-
#custom_event_data ⇒ ::String
Returns the value of attribute custom_event_data.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flex_match_mode ⇒ "STANDALONE", "WITH_QUEUE"
Returns the value of attribute flex_match_mode.
-
#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_queue_arns ⇒ ::Array[::String]
Returns the value of attribute game_session_queue_arns.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notification_target ⇒ ::String
Returns the value of attribute notification_target.
-
#request_timeout_seconds ⇒ ::Integer
Returns the value of attribute request_timeout_seconds.
-
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#acceptance_required ⇒ Boolean
Returns the value of attribute acceptance_required.
431 432 433 |
# File 'sig/types.rbs', line 431 def acceptance_required @acceptance_required end |
#acceptance_timeout_seconds ⇒ ::Integer
Returns the value of attribute acceptance_timeout_seconds.
430 431 432 |
# File 'sig/types.rbs', line 430 def acceptance_timeout_seconds @acceptance_timeout_seconds end |
#additional_player_count ⇒ ::Integer
Returns the value of attribute additional_player_count.
434 435 436 |
# File 'sig/types.rbs', line 434 def additional_player_count @additional_player_count end |
#backfill_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute backfill_mode.
438 439 440 |
# File 'sig/types.rbs', line 438 def backfill_mode @backfill_mode end |
#custom_event_data ⇒ ::String
Returns the value of attribute custom_event_data.
435 436 437 |
# File 'sig/types.rbs', line 435 def custom_event_data @custom_event_data end |
#description ⇒ ::String
Returns the value of attribute description.
427 428 429 |
# File 'sig/types.rbs', line 427 def description @description end |
#flex_match_mode ⇒ "STANDALONE", "WITH_QUEUE"
Returns the value of attribute flex_match_mode.
439 440 441 |
# File 'sig/types.rbs', line 439 def flex_match_mode @flex_match_mode end |
#game_properties ⇒ ::Array[Types::GameProperty]
Returns the value of attribute game_properties.
436 437 438 |
# File 'sig/types.rbs', line 436 def game_properties @game_properties end |
#game_session_data ⇒ ::String
Returns the value of attribute game_session_data.
437 438 439 |
# File 'sig/types.rbs', line 437 def game_session_data @game_session_data end |
#game_session_queue_arns ⇒ ::Array[::String]
Returns the value of attribute game_session_queue_arns.
428 429 430 |
# File 'sig/types.rbs', line 428 def game_session_queue_arns @game_session_queue_arns end |
#name ⇒ ::String
Returns the value of attribute name.
426 427 428 |
# File 'sig/types.rbs', line 426 def name @name end |
#notification_target ⇒ ::String
Returns the value of attribute notification_target.
433 434 435 |
# File 'sig/types.rbs', line 433 def notification_target @notification_target end |
#request_timeout_seconds ⇒ ::Integer
Returns the value of attribute request_timeout_seconds.
429 430 431 |
# File 'sig/types.rbs', line 429 def request_timeout_seconds @request_timeout_seconds end |
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
432 433 434 |
# File 'sig/types.rbs', line 432 def rule_set_name @rule_set_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
440 441 442 |
# File 'sig/types.rbs', line 440 def @tags end |