Class: Aws::Transfer::Types::TestConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::TestConnectionRequest
- Includes:
- Structure
- Defined in:
- 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.
5339 5340 5341 5342 5343 |
# File 'lib/aws-sdk-transfer/types.rb', line 5339 class TestConnectionRequest < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end |