Class: Aws::CodeStarNotifications::Types::DeleteTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::DeleteTargetRequest
- Defined in:
- gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:target_address]
Instance Attribute Summary collapse
-
#force_unsubscribe_all ⇒ Boolean
A Boolean value that can be used to delete all associations with this Amazon Q Developer in chat applications topic.
-
#target_address ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client to delete.
Instance Attribute Details
#force_unsubscribe_all ⇒ Boolean
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.
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_address ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client to delete.
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 |