Class: Aws::Types::NetworkStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::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.

Returns:



581
582
583
# File 'sig/types.rbs', line 581

def ntp_status
  @ntp_status
end