Class: Aws::Transfer::Types::ListedConnector

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

Overview

Returns details of the connector that is specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the specified connector.

Returns:

  • (String)


4307
4308
4309
4310
4311
4312
4313
# File 'lib/aws-sdk-transfer/types.rb', line 4307

class ListedConnector < Struct.new(
  :arn,
  :connector_id,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#connector_idString

The unique identifier for the connector.

Returns:

  • (String)


4307
4308
4309
4310
4311
4312
4313
# File 'lib/aws-sdk-transfer/types.rb', line 4307

class ListedConnector < Struct.new(
  :arn,
  :connector_id,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The URL of the partner’s AS2 or SFTP endpoint.

Returns:

  • (String)


4307
4308
4309
4310
4311
4312
4313
# File 'lib/aws-sdk-transfer/types.rb', line 4307

class ListedConnector < Struct.new(
  :arn,
  :connector_id,
  :url)
  SENSITIVE = []
  include Aws::Structure
end