class Aws::CodeStarNotifications::Types::SubscribeRequest

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

data as a hash:

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

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the notification rule for which
you want to create the association.
@return [String]

@!attribute [rw] target

Information about the SNS topics associated with a notification
rule.
@return [Types::Target]

@!attribute [rw] client_request_token

An enumeration token that, when provided in a request, returns the
next batch of the results.
@return [String]

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

Constants

SENSITIVE