Class: Aws::Types::SearchGameSessionsInput
- Inherits:
-
Object
- Object
- Aws::Types::SearchGameSessionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
-
#filter_expression ⇒ ::String
Returns the value of attribute filter_expression.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_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.
-
#sort_expression ⇒ ::String
Returns the value of attribute sort_expression.
Instance Attribute Details
#alias_id ⇒ ::String
Returns the value of attribute alias_id.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def alias_id @alias_id end |
#filter_expression ⇒ ::String
Returns the value of attribute filter_expression.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def filter_expression @filter_expression end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def fleet_id @fleet_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def limit @limit end |
#location ⇒ ::String
Returns the value of attribute location.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def location @location end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def next_token @next_token end |
#sort_expression ⇒ ::String
Returns the value of attribute sort_expression.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def sort_expression @sort_expression end |