Class: Aws::Types::StartMatchmakingInput
- Inherits:
-
Object
- Object
- Aws::Types::StartMatchmakingInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_name ⇒ ::String
Returns the value of attribute configuration_name.
-
#players ⇒ ::Array[Types::Player]
Returns the value of attribute players.
-
#ticket_id ⇒ ::String
Returns the value of attribute ticket_id.
Instance Attribute Details
#configuration_name ⇒ ::String
Returns the value of attribute configuration_name.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def configuration_name @configuration_name end |
#players ⇒ ::Array[Types::Player]
Returns the value of attribute players.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def players @players end |
#ticket_id ⇒ ::String
Returns the value of attribute ticket_id.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def ticket_id @ticket_id end |