Class: Aws::Types::ConnectivityInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#host_address ⇒ ::String

Returns the value of attribute host_address.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def host_address
  @host_address
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def id
  @id
end

#metadata ⇒ ::String

Returns the value of attribute metadata.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def 
  @metadata
end

#port_number ⇒ ::Integer

Returns the value of attribute port_number.

Returns:

  • (::Integer)


158
159
160
# File 'sig/types.rbs', line 158

def port_number
  @port_number
end