Class: Aws::Types::StartMatchmakingInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_name::String

Returns the value of attribute configuration_name.

Returns:

  • (::String)


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.

Returns:



2092
2093
2094
# File 'sig/types.rbs', line 2092

def players
  @players
end

#ticket_id::String

Returns the value of attribute ticket_id.

Returns:

  • (::String)


2090
2091
2092
# File 'sig/types.rbs', line 2090

def ticket_id
  @ticket_id
end