Class: Aws::Transfer::Types::ListedConnector
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListedConnector
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the specified connector.
-
#connector_id ⇒ String
The unique identifier for the connector.
-
#url ⇒ String
The URL of the partner's AS2 endpoint.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the specified connector.
3875 3876 3877 3878 3879 3880 3881 |
# File 'lib/aws-sdk-transfer/types.rb', line 3875 class ListedConnector < Struct.new( :arn, :connector_id, :url) SENSITIVE = [] include Aws::Structure end |
#connector_id ⇒ String
The unique identifier for the connector.
3875 3876 3877 3878 3879 3880 3881 |
# File 'lib/aws-sdk-transfer/types.rb', line 3875 class ListedConnector < Struct.new( :arn, :connector_id, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The URL of the partner's AS2 endpoint.
3875 3876 3877 3878 3879 3880 3881 |
# File 'lib/aws-sdk-transfer/types.rb', line 3875 class ListedConnector < Struct.new( :arn, :connector_id, :url) SENSITIVE = [] include Aws::Structure end |