Class: Aws::Types::PlayerSession
- Inherits:
-
Object
- Object
- Aws::Types::PlayerSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#player_data ⇒ ::String
Returns the value of attribute player_data.
-
#player_id ⇒ ::String
Returns the value of attribute player_id.
-
#player_session_id ⇒ ::String
Returns the value of attribute player_session_id.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#status ⇒ "RESERVED", ...
Returns the value of attribute status.
-
#termination_time ⇒ ::Time
Returns the value of attribute termination_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def creation_time @creation_time end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def dns_name @dns_name end |
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def fleet_id @fleet_id end |
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def game_session_id @game_session_id end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def ip_address @ip_address end |
#player_data ⇒ ::String
Returns the value of attribute player_data.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def player_data @player_data end |
#player_id ⇒ ::String
Returns the value of attribute player_id.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def player_id @player_id end |
#player_session_id ⇒ ::String
Returns the value of attribute player_session_id.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def player_session_id @player_session_id end |
#port ⇒ ::Integer
Returns the value of attribute port.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def port @port end |
#status ⇒ "RESERVED", ...
Returns the value of attribute status.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def status @status end |
#termination_time ⇒ ::Time
Returns the value of attribute termination_time.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def termination_time @termination_time end |