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)


8400
8401
8402
8403
8404
# File 'lib/aws-sdk-ssm/types.rb', line 8400

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