Method: Aws::Appflow::Types::ConnectorDetail#application_type
- Defined in:
- lib/aws-sdk-appflow/types.rb
#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 |