Class: Aws::Appflow::Types::ConnectorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Information about the registered connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_type ⇒ String
The application type of the connector.
-
#connector_description ⇒ String
A description about the registered connector.
-
#connector_label ⇒ String
A label used for the connector.
-
#connector_modes ⇒ Array<String>
The connection mode that the connector supports.
-
#connector_name ⇒ String
The name of the connector.
-
#connector_owner ⇒ String
The owner of the connector.
-
#connector_provisioning_type ⇒ String
The provisioning type that the connector uses.
-
#connector_type ⇒ String
The connector type.
-
#connector_version ⇒ String
The connector version.
-
#registered_at ⇒ Time
The time at which the connector was registered.
-
#registered_by ⇒ String
The user who registered the connector.
-
#supported_data_transfer_types ⇒ Array<String>
The data transfer types that the connector supports.
Instance Attribute Details
#application_type ⇒ String
The application type of the connector.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |
#connector_description ⇒ String
A description about the registered connector.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |
#connector_label ⇒ String
A label used for the connector.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |
#connector_modes ⇒ Array<String>
The connection mode that the connector supports.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |
#connector_name ⇒ String
The name of the connector.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |
#connector_owner ⇒ String
The owner of the connector.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |
#connector_provisioning_type ⇒ String
The provisioning type that the connector uses.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |
#connector_type ⇒ String
The connector type.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |
#connector_version ⇒ String
The connector version.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |
#registered_at ⇒ Time
The time at which the connector was registered.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |
#registered_by ⇒ String
The user who registered the connector.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |
#supported_data_transfer_types ⇒ Array<String>
The data transfer types that the connector supports.
RECORD
: Structured records.
FILE
: Files or binary data.
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 |
# File 'lib/aws-sdk-appflow/types.rb', line 506 class ConnectorDetail < Struct.new( :connector_description, :connector_name, :connector_owner, :connector_version, :application_type, :connector_type, :connector_label, :registered_at, :registered_by, :connector_provisioning_type, :connector_modes, :supported_data_transfer_types) SENSITIVE = [] include Aws::Structure end |