You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteTargetRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#force_unsubscribe_allBoolean

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.

Returns:

  • (Boolean)

    A Boolean value that can be used to delete all associations with this SNS topic.

#target_addressString

The Amazon Resource Name (ARN) of the SNS topic to delete.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the SNS topic to delete.