Class: Aws::Appflow::Types::DeleteConnectorProfileRequest

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

#connector_profile_nameString

The name of the connector profile. The name is unique for each ConnectorProfile in your account.

Returns:

  • (String)


1731
1732
1733
1734
1735
1736
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1731

class DeleteConnectorProfileRequest < Struct.new(
  :connector_profile_name,
  :force_delete)
  SENSITIVE = []
  include Aws::Structure
end

#force_deleteBoolean

Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.

Returns:

  • (Boolean)


1731
1732
1733
1734
1735
1736
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1731

class DeleteConnectorProfileRequest < Struct.new(
  :connector_profile_name,
  :force_delete)
  SENSITIVE = []
  include Aws::Structure
end