Class: Aws::Transfer::Types::CreateConnectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::CreateConnectorResponse
- 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, returned after the API call succeeds.
Instance Attribute Details
#connector_id ⇒ String
The unique identifier for the connector, returned after the API call succeeds.
599 600 601 602 603 |
# File 'lib/aws-sdk-transfer/types.rb', line 599 class CreateConnectorResponse < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end |