Class: Aws::Types::SocketAddress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def ip_address
  @ip_address
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


797
798
799
# File 'sig/types.rbs', line 797

def port
  @port
end