Class: Aws::Appflow::Types::UnregisterConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UnregisterConnectorRequest
- Includes:
- Structure
- Defined in:
- 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.
5522 5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-appflow/types.rb', line 5522 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.
5522 5523 5524 5525 5526 5527 |
# File 'lib/aws-sdk-appflow/types.rb', line 5522 class UnregisterConnectorRequest < Struct.new( :connector_label, :force_delete) SENSITIVE = [] include Aws::Structure end |