Class: Aws::Types::DescribeGameSessionsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGameSessionsInput
- 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.
947 948 949 |
# File 'sig/types.rbs', line 947 def alias_id @alias_id end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
945 946 947 |
# File 'sig/types.rbs', line 945 def fleet_id @fleet_id end |
#game_session_id ⇒ ::String
Returns the value of attribute game_session_id.
946 947 948 |
# File 'sig/types.rbs', line 946 def game_session_id @game_session_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
950 951 952 |
# File 'sig/types.rbs', line 950 def limit @limit end |
#location ⇒ ::String
Returns the value of attribute location.
948 949 950 |
# File 'sig/types.rbs', line 948 def location @location end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
951 952 953 |
# File 'sig/types.rbs', line 951 def next_token @next_token end |
#status_filter ⇒ ::String
Returns the value of attribute status_filter.
949 950 951 |
# File 'sig/types.rbs', line 949 def status_filter @status_filter end |