Class: Aws::Transfer::Types::TestConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_idString

The unique identifier for the connector.

Returns:

  • (String)


5317
5318
5319
5320
5321
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5317

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