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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


7606
7607
7608
7609
7610
7611
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7606

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

#targetString

The ID of the managed node to check connection status.

Returns:

  • (String)


7606
7607
7608
7609
7610
7611
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7606

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