Class: Aws::Types::DescribePlayerSessionsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:player_id])

Instance Attribute Summary collapse

Instance Attribute Details

#game_session_id::String

Returns the value of attribute game_session_id.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def game_session_id
  @game_session_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def next_token
  @next_token
end

#player_id::String

Returns the value of attribute player_id.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def player_id
  @player_id
end

#player_session_id::String

Returns the value of attribute player_session_id.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def player_session_id
  @player_session_id
end

#player_session_status_filter::String

Returns the value of attribute player_session_status_filter.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def player_session_status_filter
  @player_session_status_filter
end