You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteConnectorProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  connector_profile_name: "ConnectorProfileName", # required
  force_delete: false,
}

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)

    The name of the connector profile.

#force_deleteBoolean

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

Returns:

  • (Boolean)

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