Class: Aws::Types::MatchmakingTicket

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_arn::String

Returns the value of attribute configuration_arn.

Returns:

  • (::String)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def configuration_arn
  @configuration_arn
end

#configuration_name::String

Returns the value of attribute configuration_name.

Returns:

  • (::String)


1775
1776
1777
# File 'sig/types.rbs', line 1775

def configuration_name
  @configuration_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def end_time
  @end_time
end

#estimated_wait_time::Integer

Returns the value of attribute estimated_wait_time.

Returns:

  • (::Integer)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def estimated_wait_time
  @estimated_wait_time
end

#game_session_connection_infoTypes::GameSessionConnectionInfo

Returns the value of attribute game_session_connection_info.



1783
1784
1785
# File 'sig/types.rbs', line 1783

def game_session_connection_info
  @game_session_connection_info
end

#players::Array[Types::Player]

Returns the value of attribute players.

Returns:



1782
1783
1784
# File 'sig/types.rbs', line 1782

def players
  @players
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def start_time
  @start_time
end

#status"CANCELLED", ...

Returns the value of attribute status.

Returns:

  • ("CANCELLED", "COMPLETED", "FAILED", "PLACING", "QUEUED", "REQUIRES_ACCEPTANCE", "SEARCHING", "TIMED_OUT")


1777
1778
1779
# File 'sig/types.rbs', line 1777

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def status_message
  @status_message
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1778
1779
1780
# File 'sig/types.rbs', line 1778

def status_reason
  @status_reason
end

#ticket_id::String

Returns the value of attribute ticket_id.

Returns:

  • (::String)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def ticket_id
  @ticket_id
end