Class: Aws::CodeStarNotifications::Types::DeleteTargetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::DeleteTargetRequest
- Includes:
- Structure
- Defined in:
- 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 Chatbot topic.
-
#target_address ⇒ String
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
Instance Attribute Details
#force_unsubscribe_all ⇒ Boolean
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.
181 182 183 184 185 186 |
# File '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_address ⇒ String
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
181 182 183 184 185 186 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 181 class DeleteTargetRequest < Struct.new( :target_address, :force_unsubscribe_all) SENSITIVE = [:target_address] include Aws::Structure end |