Class: Aws::Types::NodeInterfaceMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#logical_interface_name::String

Returns the value of attribute logical_interface_name.

Returns:

  • (::String)


5381
5382
5383
# File 'sig/types.rbs', line 5381

def logical_interface_name
  @logical_interface_name
end

#network_interface_mode"NAT", "BRIDGE"

Returns the value of attribute network_interface_mode.

Returns:

  • ("NAT", "BRIDGE")


5382
5383
5384
# File 'sig/types.rbs', line 5382

def network_interface_mode
  @network_interface_mode
end

#physical_interface_ip_addresses::Array[::String]

Returns the value of attribute physical_interface_ip_addresses.

Returns:

  • (::Array[::String])


5384
5385
5386
# File 'sig/types.rbs', line 5384

def physical_interface_ip_addresses
  @physical_interface_ip_addresses
end

#physical_interface_name::String

Returns the value of attribute physical_interface_name.

Returns:

  • (::String)


5383
5384
5385
# File 'sig/types.rbs', line 5383

def physical_interface_name
  @physical_interface_name
end