Class: Aws::Types::AcceptMatchInput
- Inherits:
-
Object
- Object
- Aws::Types::AcceptMatchInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acceptance_type ⇒ "ACCEPT", "REJECT"
Returns the value of attribute acceptance_type.
-
#player_ids ⇒ ::Array[::String]
Returns the value of attribute player_ids.
-
#ticket_id ⇒ ::String
Returns the value of attribute ticket_id.
Instance Attribute Details
#acceptance_type ⇒ "ACCEPT", "REJECT"
Returns the value of attribute acceptance_type.
14 15 16 |
# File 'sig/types.rbs', line 14 def acceptance_type @acceptance_type end |
#player_ids ⇒ ::Array[::String]
Returns the value of attribute player_ids.
13 14 15 |
# File 'sig/types.rbs', line 13 def player_ids @player_ids end |
#ticket_id ⇒ ::String
Returns the value of attribute ticket_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def ticket_id @ticket_id end |