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])


798
799
800
# File 'sig/types.rbs', line 798

def ips
  @ips
end

#is_primaryBoolean

Returns the value of attribute is_primary.

Returns:

  • (Boolean)


799
800
801
# File 'sig/types.rbs', line 799

def is_primary
  @is_primary
end

#mac_address::String

Returns the value of attribute mac_address.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def mac_address
  @mac_address
end