Class: Aws::Types::NtpStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_status ⇒ "CONNECTED", ...

Returns the value of attribute connection_status.

Returns:

  • ("CONNECTED", "NOT_CONNECTED", "CONNECTING")


655
656
657
# File 'sig/types.rbs', line 655

def connection_status
  @connection_status
end

#ip_address ⇒ ::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def ip_address
  @ip_address
end

#ntp_server_name ⇒ ::String

Returns the value of attribute ntp_server_name.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def ntp_server_name
  @ntp_server_name
end