Class: Aws::Types::StartMatchBackfillInput

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)


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.

Returns:

  • (::String)


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.

Returns:



2080
2081
2082
# File 'sig/types.rbs', line 2080

def players
  @players
end

#ticket_id::String

Returns the value of attribute ticket_id.

Returns:

  • (::String)


2077
2078
2079
# File 'sig/types.rbs', line 2077

def ticket_id
  @ticket_id
end