Class: Aws::SSM::Types::GetConnectionStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetConnectionStatusResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the connection to the managed node.
-
#target ⇒ String
The ID of the managed node to check connection status.
Instance Attribute Details
#status ⇒ String
The status of the connection to the managed node.
7685 7686 7687 7688 7689 7690 |
# File 'lib/aws-sdk-ssm/types.rb', line 7685 class GetConnectionStatusResponse < Struct.new( :target, :status) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
The ID of the managed node to check connection status.
7685 7686 7687 7688 7689 7690 |
# File 'lib/aws-sdk-ssm/types.rb', line 7685 class GetConnectionStatusResponse < Struct.new( :target, :status) SENSITIVE = [] include Aws::Structure end |