Class: Aws::Types::EthernetStatus
- Inherits:
-
Object
- Object
- Aws::Types::EthernetStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_status ⇒ "CONNECTED", ...
Returns the value of attribute connection_status.
-
#hw_address ⇒ ::String
Returns the value of attribute hw_address.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
Instance Attribute Details
#connection_status ⇒ "CONNECTED", ...
Returns the value of attribute connection_status.
385 386 387 |
# File 'sig/types.rbs', line 385 def connection_status @connection_status end |
#hw_address ⇒ ::String
Returns the value of attribute hw_address.
386 387 388 |
# File 'sig/types.rbs', line 386 def hw_address @hw_address end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
387 388 389 |
# File 'sig/types.rbs', line 387 def ip_address @ip_address end |