Class: Aws::Types::NtpStatus
- Inherits:
-
Object
- Object
- Aws::Types::NtpStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_status ⇒ "CONNECTED", ...
Returns the value of attribute connection_status.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#ntp_server_name ⇒ ::String
Returns the value of attribute ntp_server_name.
Instance Attribute Details
#connection_status ⇒ "CONNECTED", ...
Returns the value of attribute connection_status.
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.
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.
657 658 659 |
# File 'sig/types.rbs', line 657 def ntp_server_name @ntp_server_name end |