Class: Aws::Appflow::Types::UpdateConnectorProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UpdateConnectorProfileRequest
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_mode ⇒ String
Indicates the connection mode and if it is public or private.
-
#connector_profile_config ⇒ Types::ConnectorProfileConfig
Defines the connector-specific profile configuration and credentials.
-
#connector_profile_name ⇒ String
The name of the connector profile and is unique for each
ConnectorProfile
in the Amazon Web Services account.
Instance Attribute Details
#connection_mode ⇒ String
Indicates the connection mode and if it is public or private.
5155 5156 5157 5158 5159 5160 5161 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5155 class UpdateConnectorProfileRequest < Struct.new( :connector_profile_name, :connection_mode, :connector_profile_config) SENSITIVE = [] include Aws::Structure end |
#connector_profile_config ⇒ Types::ConnectorProfileConfig
Defines the connector-specific profile configuration and credentials.
5155 5156 5157 5158 5159 5160 5161 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5155 class UpdateConnectorProfileRequest < Struct.new( :connector_profile_name, :connection_mode, :connector_profile_config) SENSITIVE = [] include Aws::Structure end |
#connector_profile_name ⇒ String
The name of the connector profile and is unique for each
ConnectorProfile
in the Amazon Web Services account.
5155 5156 5157 5158 5159 5160 5161 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5155 class UpdateConnectorProfileRequest < Struct.new( :connector_profile_name, :connection_mode, :connector_profile_config) SENSITIVE = [] include Aws::Structure end |