class Aws::CodeStarNotifications::Types::DeleteTargetRequest

@note When making an API call, you may pass DeleteTargetRequest

data as a hash:

    {
      target_address: "TargetAddress", # required
      force_unsubscribe_all: false,
    }

@!attribute [rw] target_address

The Amazon Resource Name (ARN) of the SNS topic to delete.
@return [String]

@!attribute [rw] force_unsubscribe_all

A Boolean value that can be used to delete all associations with
this SNS topic. The default value is FALSE. If set to TRUE, all
associations between that target and every notification rule in your
AWS account are deleted.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/DeleteTargetRequest AWS API Documentation

Constants

SENSITIVE