Class: Aws::Appflow::Types::UnregisterConnectorRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_labelString

The label of the connector. The label is unique for each ‘ConnectorRegistration` in your Amazon Web Services account.

Returns:

  • (String)


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_deleteBoolean

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.

Returns:

  • (Boolean)


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