Class: Aws::Types::DescribeGameSessionDetailsInput

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)


907
908
909
# File 'sig/types.rbs', line 907

def alias_id
  @alias_id
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def fleet_id
  @fleet_id
end

#game_session_id::String

Returns the value of attribute game_session_id.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def game_session_id
  @game_session_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


910
911
912
# File 'sig/types.rbs', line 910

def limit
  @limit
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def location
  @location
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def next_token
  @next_token
end

#status_filter::String

Returns the value of attribute status_filter.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def status_filter
  @status_filter
end