Class: Aws::Transfer::Types::CreateConnectorResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_idString

The unique identifier for the connector, returned after the API call succeeds.

Returns:

  • (String)


565
566
567
568
569
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 565

class CreateConnectorResponse < Struct.new(
  :connector_id)
  SENSITIVE = []
  include Aws::Structure
end