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

Class: Aws::CodeStarNotifications::Types::Target

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

Overview

Note:

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

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

Information about the SNS topics associated with a notification rule.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#target_addressString

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

Returns:

  • (String)

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

#target_typeString

The target type. Can be an Amazon SNS topic.

Returns:

  • (String)

    The target type.