Class: Aws::Types::MatchmakingConfiguration

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)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def acceptance_required
  @acceptance_required
end

#acceptance_timeout_seconds::Integer

Returns the value of attribute acceptance_timeout_seconds.

Returns:

  • (::Integer)


1750
1751
1752
# File 'sig/types.rbs', line 1750

def acceptance_timeout_seconds
  @acceptance_timeout_seconds
end

#additional_player_count::Integer

Returns the value of attribute additional_player_count.

Returns:

  • (::Integer)


1755
1756
1757
# File 'sig/types.rbs', line 1755

def additional_player_count
  @additional_player_count
end

#backfill_mode"AUTOMATIC", "MANUAL"

Returns the value of attribute backfill_mode.

Returns:

  • ("AUTOMATIC", "MANUAL")


1760
1761
1762
# File 'sig/types.rbs', line 1760

def backfill_mode
  @backfill_mode
end

#configuration_arn::String

Returns the value of attribute configuration_arn.

Returns:

  • (::String)


1746
1747
1748
# File 'sig/types.rbs', line 1746

def configuration_arn
  @configuration_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1757
1758
1759
# File 'sig/types.rbs', line 1757

def creation_time
  @creation_time
end

#custom_event_data::String

Returns the value of attribute custom_event_data.

Returns:

  • (::String)


1756
1757
1758
# File 'sig/types.rbs', line 1756

def custom_event_data
  @custom_event_data
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def description
  @description
end

#flex_match_mode"STANDALONE", "WITH_QUEUE"

Returns the value of attribute flex_match_mode.

Returns:

  • ("STANDALONE", "WITH_QUEUE")


1761
1762
1763
# File 'sig/types.rbs', line 1761

def flex_match_mode
  @flex_match_mode
end

#game_properties::Array[Types::GameProperty]

Returns the value of attribute game_properties.

Returns:



1758
1759
1760
# File 'sig/types.rbs', line 1758

def game_properties
  @game_properties
end

#game_session_data::String

Returns the value of attribute game_session_data.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

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])


1748
1749
1750
# File 'sig/types.rbs', line 1748

def game_session_queue_arns
  @game_session_queue_arns
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def name
  @name
end

#notification_target::String

Returns the value of attribute notification_target.

Returns:

  • (::String)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def notification_target
  @notification_target
end

#request_timeout_seconds::Integer

Returns the value of attribute request_timeout_seconds.

Returns:

  • (::Integer)


1749
1750
1751
# File 'sig/types.rbs', line 1749

def request_timeout_seconds
  @request_timeout_seconds
end

#rule_set_arn::String

Returns the value of attribute rule_set_arn.

Returns:

  • (::String)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def rule_set_arn
  @rule_set_arn
end

#rule_set_name::String

Returns the value of attribute rule_set_name.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def rule_set_name
  @rule_set_name
end