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 Amazon Q Developer in chat applications 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)


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

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 Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client to delete.

Returns:

  • (String)


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

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