Class: Aws::NetworkManager::Types::ConnectionHealth

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Describes connection health.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The connection status.

Returns:

  • (String)


696
697
698
699
700
701
702
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 696

class ConnectionHealth < Struct.new(
  :type,
  :status,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The time the status was last updated.

Returns:

  • (Time)


696
697
698
699
700
701
702
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 696

class ConnectionHealth < Struct.new(
  :type,
  :status,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The connection type.

Returns:

  • (String)


696
697
698
699
700
701
702
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 696

class ConnectionHealth < Struct.new(
  :type,
  :status,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end