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

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

Overview

Note:

When making an API call, you may pass GetConnectionStatusRequest data as a hash:

{
  target: "SessionTarget", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#targetString

The ID of the instance.

Returns:

  • (String)


5814
5815
5816
5817
# File 'lib/aws-sdk-ssm/types.rb', line 5814

class GetConnectionStatusRequest < Struct.new(
  :target)
  include Aws::Structure
end