Class: Aws::Types::SearchGameSessionsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_id::String

Returns the value of attribute alias_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def fleet_id
  @fleet_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


2027
2028
2029
# File 'sig/types.rbs', line 2027

def limit
  @limit
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def location
  @location
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def sort_expression
  @sort_expression
end