Class: Aws::Types::NetworkStatus
- Inherits:
-
Object
- Object
- Aws::Types::NetworkStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ethernet_0_status ⇒ Types::EthernetStatus
Returns the value of attribute ethernet_0_status.
-
#ethernet_1_status ⇒ Types::EthernetStatus
Returns the value of attribute ethernet_1_status.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#ntp_status ⇒ Types::NtpStatus
Returns the value of attribute ntp_status.
Instance Attribute Details
#ethernet_0_status ⇒ Types::EthernetStatus
Returns the value of attribute ethernet_0_status.
578 579 580 |
# File 'sig/types.rbs', line 578 def ethernet_0_status @ethernet_0_status end |
#ethernet_1_status ⇒ Types::EthernetStatus
Returns the value of attribute ethernet_1_status.
579 580 581 |
# File 'sig/types.rbs', line 579 def ethernet_1_status @ethernet_1_status end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
580 581 582 |
# File 'sig/types.rbs', line 580 def last_updated_time @last_updated_time end |
#ntp_status ⇒ Types::NtpStatus
Returns the value of attribute ntp_status.
581 582 583 |
# File 'sig/types.rbs', line 581 def ntp_status @ntp_status end |