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
- Struct
- Aws::CodeStarNotifications::Types::SubscribeRequest
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
-
#client_request_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
-
#target ⇒ Types::Target
Information about the SNS topics associated with a notification rule.
.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
#client_request_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
#target ⇒ Types::Target
Information about the SNS topics associated with a notification rule.