Class: Aws::Appflow::Types::UnregisterConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UnregisterConnectorRequest
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_label ⇒ String
The label of the connector.
-
#force_delete ⇒ Boolean
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles.
Instance Attribute Details
#connector_label ⇒ String
The label of the connector. The label is unique for each
ConnectorRegistration
in your Amazon Web Services account.
5528 5529 5530 5531 5532 5533 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5528 class UnregisterConnectorRequest < Struct.new( :connector_label, :force_delete) SENSITIVE = [] include Aws::Structure end |
#force_delete ⇒ Boolean
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles. The default value is false.
5528 5529 5530 5531 5532 5533 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5528 class UnregisterConnectorRequest < Struct.new( :connector_label, :force_delete) SENSITIVE = [] include Aws::Structure end |