Class: Aws::Types::MatchmakingTicket
- Inherits:
-
Object
- Object
- Aws::Types::MatchmakingTicket
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_arn ⇒ ::String
Returns the value of attribute configuration_arn.
-
#configuration_name ⇒ ::String
Returns the value of attribute configuration_name.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#estimated_wait_time ⇒ ::Integer
Returns the value of attribute estimated_wait_time.
-
#game_session_connection_info ⇒ Types::GameSessionConnectionInfo
Returns the value of attribute game_session_connection_info.
-
#players ⇒ ::Array[Types::Player]
Returns the value of attribute players.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "CANCELLED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#ticket_id ⇒ ::String
Returns the value of attribute ticket_id.
Instance Attribute Details
#configuration_arn ⇒ ::String
Returns the value of attribute configuration_arn.
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.
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.
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.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def estimated_wait_time @estimated_wait_time end |
#game_session_connection_info ⇒ Types::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.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def players @players end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def start_time @start_time end |
#status ⇒ "CANCELLED", ...
Returns the value of attribute status.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def @status_message end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
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.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def ticket_id @ticket_id end |