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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/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)


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_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)


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