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.
5523 5524 5525 5526 5527 5528 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5523 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.
5523 5524 5525 5526 5527 5528 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5523 class UnregisterConnectorRequest < Struct.new( :connector_label, :force_delete) SENSITIVE = [] include Aws::Structure end |