Class: Aws::NetworkManager::Types::ConnectionHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ConnectionHealth
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes connection health.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The connection status.
-
#timestamp ⇒ Time
The time the status was last updated.
-
#type ⇒ String
The connection type.
Instance Attribute Details
#status ⇒ String
The connection status.
785 786 787 788 789 790 791 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 785 class ConnectionHealth < Struct.new( :type, :status, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The time the status was last updated.
785 786 787 788 789 790 791 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 785 class ConnectionHealth < Struct.new( :type, :status, :timestamp) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The connection type.
785 786 787 788 789 790 791 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 785 class ConnectionHealth < Struct.new( :type, :status, :timestamp) SENSITIVE = [] include Aws::Structure end |