Class: Aws::Appflow::Types::DeleteConnectorProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DeleteConnectorProfileRequest
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_profile_name ⇒ String
The name of the connector profile.
-
#force_delete ⇒ Boolean
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
Instance Attribute Details
#connector_profile_name ⇒ String
The name of the connector profile. The name is unique for each
ConnectorProfile
in your account.
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_delete ⇒ Boolean
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
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 |