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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


7590
7591
7592
7593
7594
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7590

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