Class: Aws::Types::NetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ips ⇒ ::Array[::String]
Returns the value of attribute ips.
-
#is_primary ⇒ Boolean
Returns the value of attribute is_primary.
-
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
Instance Attribute Details
#ips ⇒ ::Array[::String]
Returns the value of attribute ips.
798 799 800 |
# File 'sig/types.rbs', line 798 def ips @ips end |
#is_primary ⇒ Boolean
Returns the value of attribute is_primary.
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.
797 798 799 |
# File 'sig/types.rbs', line 797 def mac_address @mac_address end |