Class: Aws::Types::PlayerConnectionDetail
- Inherits:
-
Object
- Object
- Aws::Types::PlayerConnectionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoints ⇒ ::Array[Types::PlayerConnectionEndpoint]
Returns the value of attribute endpoints.
-
#expiration ⇒ ::Time
Returns the value of attribute expiration.
-
#player_gateway_token ⇒ ::String
Returns the value of attribute player_gateway_token.
-
#player_id ⇒ ::String
Returns the value of attribute player_id.
Instance Attribute Details
#endpoints ⇒ ::Array[Types::PlayerConnectionEndpoint]
Returns the value of attribute endpoints.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def endpoints @endpoints end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def expiration @expiration end |
#player_gateway_token ⇒ ::String
Returns the value of attribute player_gateway_token.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def player_gateway_token @player_gateway_token end |
#player_id ⇒ ::String
Returns the value of attribute player_id.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def player_id @player_id end |