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

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def name
  @name
end

#port ⇒ ::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def port
  @port
end