Class: Aws::Types::UpdateMatchmakingConfigurationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:custom_event_data, :game_session_data])

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_requiredBoolean

Returns the value of attribute acceptance_required.

Returns:

  • (Boolean)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def acceptance_required
  @acceptance_required
end

#acceptance_timeout_seconds::Integer

Returns the value of attribute acceptance_timeout_seconds.

Returns:

  • (::Integer)


2423
2424
2425
# File 'sig/types.rbs', line 2423

def acceptance_timeout_seconds
  @acceptance_timeout_seconds
end

#additional_player_count::Integer

Returns the value of attribute additional_player_count.

Returns:

  • (::Integer)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def additional_player_count
  @additional_player_count
end

#backfill_mode"AUTOMATIC", "MANUAL"

Returns the value of attribute backfill_mode.

Returns:

  • ("AUTOMATIC", "MANUAL")


2431
2432
2433
# File 'sig/types.rbs', line 2431

def backfill_mode
  @backfill_mode
end

#custom_event_data::String

Returns the value of attribute custom_event_data.

Returns:

  • (::String)


2428
2429
2430
# File 'sig/types.rbs', line 2428

def custom_event_data
  @custom_event_data
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2420
2421
2422
# File 'sig/types.rbs', line 2420

def description
  @description
end

#flex_match_mode"STANDALONE", "WITH_QUEUE"

Returns the value of attribute flex_match_mode.

Returns:

  • ("STANDALONE", "WITH_QUEUE")


2432
2433
2434
# File 'sig/types.rbs', line 2432

def flex_match_mode
  @flex_match_mode
end

#game_properties::Array[Types::GameProperty]

Returns the value of attribute game_properties.

Returns:



2429
2430
2431
# File 'sig/types.rbs', line 2429

def game_properties
  @game_properties
end

#game_session_data::String

Returns the value of attribute game_session_data.

Returns:

  • (::String)


2430
2431
2432
# File 'sig/types.rbs', line 2430

def game_session_data
  @game_session_data
end

#game_session_queue_arns::Array[::String]

Returns the value of attribute game_session_queue_arns.

Returns:

  • (::Array[::String])


2421
2422
2423
# File 'sig/types.rbs', line 2421

def game_session_queue_arns
  @game_session_queue_arns
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2419
2420
2421
# File 'sig/types.rbs', line 2419

def name
  @name
end

#notification_target::String

Returns the value of attribute notification_target.

Returns:

  • (::String)


2426
2427
2428
# File 'sig/types.rbs', line 2426

def notification_target
  @notification_target
end

#request_timeout_seconds::Integer

Returns the value of attribute request_timeout_seconds.

Returns:

  • (::Integer)


2422
2423
2424
# File 'sig/types.rbs', line 2422

def request_timeout_seconds
  @request_timeout_seconds
end

#rule_set_name::String

Returns the value of attribute rule_set_name.

Returns:

  • (::String)


2425
2426
2427
# File 'sig/types.rbs', line 2425

def rule_set_name
  @rule_set_name
end