Class: Aws::Types::StartMatchBackfillInput
- Inherits:
-
Object
- Object
- Aws::Types::StartMatchBackfillInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_name ⇒ ::String
Returns the value of attribute configuration_name.
-
#game_session_arn ⇒ ::String
Returns the value of attribute game_session_arn.
-
#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.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def configuration_name @configuration_name end |
#game_session_arn ⇒ ::String
Returns the value of attribute game_session_arn.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def game_session_arn @game_session_arn end |
#players ⇒ ::Array[Types::Player]
Returns the value of attribute players.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def players @players end |
#ticket_id ⇒ ::String
Returns the value of attribute ticket_id.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def ticket_id @ticket_id end |