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

Class: Aws::CodeStarNotifications::Types::TargetSummary

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

Overview

Information about the targets specified for a notification rule.

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_statusString

The status of the target.

Possible values:

  • PENDING
  • ACTIVE
  • UNREACHABLE
  • INACTIVE
  • DEACTIVATED

Returns:

  • (String)

    The status of the target.

#target_typeString

The type of the target (for example, SNS).

Returns:

  • (String)

    The type of the target (for example, SNS).