Class: Aws::Types::PlayerSession

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:player_id, :ip_address, :port, :player_data])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def creation_time
  @creation_time
end

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


1864
1865
1866
# File 'sig/types.rbs', line 1864

def dns_name
  @dns_name
end

#fleet_arn::String

Returns the value of attribute fleet_arn.

Returns:

  • (::String)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def fleet_arn
  @fleet_arn
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def fleet_id
  @fleet_id
end

#game_session_id::String

Returns the value of attribute game_session_id.

Returns:

  • (::String)


1857
1858
1859
# File 'sig/types.rbs', line 1857

def game_session_id
  @game_session_id
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def ip_address
  @ip_address
end

#player_data::String

Returns the value of attribute player_data.

Returns:

  • (::String)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def player_data
  @player_data
end

#player_id::String

Returns the value of attribute player_id.

Returns:

  • (::String)


1856
1857
1858
# File 'sig/types.rbs', line 1856

def player_id
  @player_id
end

#player_session_id::String

Returns the value of attribute player_session_id.

Returns:

  • (::String)


1855
1856
1857
# File 'sig/types.rbs', line 1855

def player_session_id
  @player_session_id
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1865
1866
1867
# File 'sig/types.rbs', line 1865

def port
  @port
end

#status"RESERVED", ...

Returns the value of attribute status.

Returns:

  • ("RESERVED", "ACTIVE", "COMPLETED", "TIMEDOUT")


1862
1863
1864
# File 'sig/types.rbs', line 1862

def status
  @status
end

#termination_time::Time

Returns the value of attribute termination_time.

Returns:

  • (::Time)


1861
1862
1863
# File 'sig/types.rbs', line 1861

def termination_time
  @termination_time
end