Class: Aws::SSM::Types::GetConnectionStatusResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the connection to the managed node.

Returns:

  • (String)


7569
7570
7571
7572
7573
7574
# File 'lib/aws-sdk-ssm/types.rb', line 7569

class GetConnectionStatusResponse < Struct.new(
  :target,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The ID of the managed node to check connection status.

Returns:

  • (String)


7569
7570
7571
7572
7573
7574
# File 'lib/aws-sdk-ssm/types.rb', line 7569

class GetConnectionStatusResponse < Struct.new(
  :target,
  :status)
  SENSITIVE = []
  include Aws::Structure
end