Class: Aws::Types::NetworkInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_4_address::String

Returns the value of attribute ipv_4_address.

Returns:

  • (::String)


1141
1142
1143
# File 'sig/types.rbs', line 1141

def ipv_4_address
  @ipv_4_address
end

#ipv_6_address::String

Returns the value of attribute ipv_6_address.

Returns:

  • (::String)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def ipv_6_address
  @ipv_6_address
end

#mac_address::String

Returns the value of attribute mac_address.

Returns:

  • (::String)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def mac_address
  @mac_address
end