Class: Aws::SSM::Types::GetConnectionStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetConnectionStatusRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target ⇒ String
The managed node ID.
Instance Attribute Details
#target ⇒ String
The managed node ID.
7669 7670 7671 7672 7673 |
# File 'lib/aws-sdk-ssm/types.rb', line 7669 class GetConnectionStatusRequest < Struct.new( :target) SENSITIVE = [] include Aws::Structure end |