Class: Aws::Appflow::Types::UpdateConnectorProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_modeString

Indicates the connection mode and if it is public or private.

Returns:

  • (String)


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_configTypes::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_nameString

The name of the connector profile and is unique for each ConnectorProfile in the Amazon Web Services account.

Returns:

  • (String)


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