Class: Aws::Types::AcceptMatchInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:player_ids])

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_type"ACCEPT", "REJECT"

Returns the value of attribute acceptance_type.

Returns:

  • ("ACCEPT", "REJECT")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def ticket_id
  @ticket_id
end