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. For example, ‘Connected’ or ‘Not Connected’.

Returns:

  • (String)


7477
7478
7479
7480
7481
7482
# File 'lib/aws-sdk-ssm/types.rb', line 7477

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

#targetString

The ID of the managed node to check connection status.

Returns:

  • (String)


7477
7478
7479
7480
7481
7482
# File 'lib/aws-sdk-ssm/types.rb', line 7477

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