Class: Aws::Types::DescribeGameSessionsInput

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


950
951
952
# File 'sig/types.rbs', line 950

def limit
  @limit
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def location
  @location
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def status_filter
  @status_filter
end