Class: Aws::Types::PlayerConnectionDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:player_id])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoints::Array[Types::PlayerConnectionEndpoint]

Returns the value of attribute endpoints.

Returns:



1824
1825
1826
# File 'sig/types.rbs', line 1824

def endpoints
  @endpoints
end

#expiration::Time

Returns the value of attribute expiration.

Returns:

  • (::Time)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def expiration
  @expiration
end

#player_gateway_token::String

Returns the value of attribute player_gateway_token.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def player_gateway_token
  @player_gateway_token
end

#player_id::String

Returns the value of attribute player_id.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def player_id
  @player_id
end