Class: Aws::CodeStarNotifications::Types::DeleteTargetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:target_address]

Instance Attribute Summary collapse

Instance Attribute Details

#force_unsubscribe_allBoolean

A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.

Returns:

  • (Boolean)


181
182
183
184
185
186
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 181

class DeleteTargetRequest < Struct.new(
  :target_address,
  :force_unsubscribe_all)
  SENSITIVE = [:target_address]
  include Aws::Structure
end

#target_addressString

The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.

Returns:

  • (String)


181
182
183
184
185
186
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 181

class DeleteTargetRequest < Struct.new(
  :target_address,
  :force_unsubscribe_all)
  SENSITIVE = [:target_address]
  include Aws::Structure
end