You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the connection to the instance. For example, \'Connected\' or \'Not Connected\'.

Possible values:

  • Connected
  • NotConnected

Returns:

  • (String)

    The status of the connection to the instance.

#targetString

The ID of the instance to check connection status.

Returns:

  • (String)

    The ID of the instance to check connection status.