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.
5451 5452 5453 5454 5455 |
# File 'lib/aws-sdk-transfer/types.rb', line 5451 class TestConnectionRequest < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end |