class Aws::CodeStarNotifications::Types::Target

Information about the SNS topics associated with a notification rule.

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

data as a hash:

    {
      target_type: "TargetType",
      target_address: "TargetAddress",
    }

@!attribute [rw] target_type

The target type. Can be an Amazon SNS topic.
@return [String]

@!attribute [rw] target_address

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

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

Constants

SENSITIVE