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)


65
66
67
# File 'sig/types.rbs', line 65

def host_address
  @host_address
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def id
  @id
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def 
  @metadata
end

#port_number::Integer

Returns the value of attribute port_number.

Returns:

  • (::Integer)


68
69
70
# File 'sig/types.rbs', line 68

def port_number
  @port_number
end