Class: Aws::Types::DescribeGameSessionDetailsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGameSessionDetailsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_session_details ⇒ ::Array[Types::GameSessionDetail]
Returns the value of attribute game_session_details.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#game_session_details ⇒ ::Array[Types::GameSessionDetail]
Returns the value of attribute game_session_details.
916 917 918 |
# File 'sig/types.rbs', line 916 def game_session_details @game_session_details end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
917 918 919 |
# File 'sig/types.rbs', line 917 def next_token @next_token end |