Class: Aws::Types::NodeInterfaceMappingCreateRequest

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)


5390
5391
5392
# File 'sig/types.rbs', line 5390

def logical_interface_name
  @logical_interface_name
end

#network_interface_mode"NAT", "BRIDGE"

Returns the value of attribute network_interface_mode.

Returns:

  • ("NAT", "BRIDGE")


5391
5392
5393
# File 'sig/types.rbs', line 5391

def network_interface_mode
  @network_interface_mode
end

#physical_interface_name::String

Returns the value of attribute physical_interface_name.

Returns:

  • (::String)


5392
5393
5394
# File 'sig/types.rbs', line 5392

def physical_interface_name
  @physical_interface_name
end