Class: Aws::Types::DescribePlayerSessionsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribePlayerSessionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#player_id ⇒ ::String
Returns the value of attribute player_id.
-
#player_session_id ⇒ ::String
Returns the value of attribute player_session_id.
-
#player_session_status_filter ⇒ ::String
Returns the value of attribute player_session_status_filter.
Instance Attribute Details
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def game_session_id @game_session_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def next_token @next_token end |
#player_id ⇒ ::String
Returns the value of attribute player_id.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def player_id @player_id end |
#player_session_id ⇒ ::String
Returns the value of attribute player_session_id.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def player_session_id @player_session_id end |
#player_session_status_filter ⇒ ::String
Returns the value of attribute player_session_status_filter.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def player_session_status_filter @player_session_status_filter end |