Class: Aws::Panorama::Types::NtpStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::NtpStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Details about an NTP server connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_status ⇒ String
The connection’s status.
-
#ip_address ⇒ String
The IP address of the server.
-
#ntp_server_name ⇒ String
The domain name of the server.
Instance Attribute Details
#connection_status ⇒ String
The connection’s status.
2246 2247 2248 2249 2250 2251 2252 |
# File 'lib/aws-sdk-panorama/types.rb', line 2246 class NtpStatus < Struct.new( :connection_status, :ip_address, :ntp_server_name) SENSITIVE = [] include Aws::Structure end |