Class: Aws::Transfer::Types::TestConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::TestConnectionRequest
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_id ⇒ String
The unique identifier for the connector.
Instance Attribute Details
#connector_id ⇒ String
The unique identifier for the connector.
5937 5938 5939 5940 5941 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5937 class TestConnectionRequest < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end |