Class: Aws::SSM::Types::GetConnectionStatusRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#targetString

The managed node ID.

Returns:

  • (String)


7553
7554
7555
7556
7557
# File 'lib/aws-sdk-ssm/types.rb', line 7553

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