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.
5868 5869 5870 5871 5872 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5868 class TestConnectionRequest < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end |