Class: Aws::Types::PlayerConnectionEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ip_address, :port])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def ip_address
  @ip_address
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def port
  @port
end