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

Class: Aws::CodeStarNotifications::Types::SubscribeRequest

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

Overview

Note:

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

{
  arn: "NotificationRuleArn", # required
  target: { # required
    target_type: "TargetType",
    target_address: "TargetAddress",
  },
  client_request_token: "ClientRequestToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.

#client_request_tokenString

An enumeration token that, when provided in a request, returns the next batch of the results.

Returns:

  • (String)

    An enumeration token that, when provided in a request, returns the next batch of the results.

#targetTypes::Target

Information about the SNS topics associated with a notification rule.

Returns:

  • (Types::Target)

    Information about the SNS topics associated with a notification rule.

    .