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

#ips ⇒ ::Array[::String]

Returns the value of attribute ips.

Returns:

  • (::Array[::String])


1254
1255
1256
# File 'sig/types.rbs', line 1254

def ips
  @ips
end

#is_primary ⇒ Boolean

Returns the value of attribute is_primary.

Returns:

  • (Boolean)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def is_primary
  @is_primary
end

#mac_address ⇒ ::String

Returns the value of attribute mac_address.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def mac_address
  @mac_address
end