Class: Aws::Types::DescribeGameSessionDetailsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGameSessionDetailsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_filter ⇒ ::String
Returns the value of attribute status_filter.
Instance Attribute Details
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
907 908 909 |
# File 'sig/types.rbs', line 907 def alias_id @alias_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
905 906 907 |
# File 'sig/types.rbs', line 905 def fleet_id @fleet_id end |
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
906 907 908 |
# File 'sig/types.rbs', line 906 def game_session_id @game_session_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
910 911 912 |
# File 'sig/types.rbs', line 910 def limit @limit end |
#location ⇒ ::String
Returns the value of attribute location.
908 909 910 |
# File 'sig/types.rbs', line 908 def location @location end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
911 912 913 |
# File 'sig/types.rbs', line 911 def next_token @next_token end |
#status_filter ⇒ ::String
Returns the value of attribute status_filter.
909 910 911 |
# File 'sig/types.rbs', line 909 def status_filter @status_filter end |