Class: Aws::Appflow::Types::ConnectorProfileConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorProfileConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Defines the connector-specific configuration and credentials for the connector profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_profile_credentials ⇒ Types::ConnectorProfileCredentials
The connector-specific credentials required by each connector.
-
#connector_profile_properties ⇒ Types::ConnectorProfileProperties
The connector-specific properties of the profile configuration.
Instance Attribute Details
#connector_profile_credentials ⇒ Types::ConnectorProfileCredentials
The connector-specific credentials required by each connector.
951 952 953 954 955 956 |
# File 'lib/aws-sdk-appflow/types.rb', line 951 class ConnectorProfileConfig < Struct.new( :connector_profile_properties, :connector_profile_credentials) SENSITIVE = [] include Aws::Structure end |
#connector_profile_properties ⇒ Types::ConnectorProfileProperties
The connector-specific properties of the profile configuration.
951 952 953 954 955 956 |
# File 'lib/aws-sdk-appflow/types.rb', line 951 class ConnectorProfileConfig < Struct.new( :connector_profile_properties, :connector_profile_credentials) SENSITIVE = [] include Aws::Structure end |