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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the connection to the instance. For example, ‘Connected’ or ‘Not Connected’.

Returns:

  • (String)


6725
6726
6727
6728
6729
# File 'lib/aws-sdk-ssm/types.rb', line 6725

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

#targetString

The ID of the instance to check connection status.

Returns:

  • (String)


6725
6726
6727
6728
6729
# File 'lib/aws-sdk-ssm/types.rb', line 6725

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