Class: Aws::CodeStarNotifications::Types::SubscribeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::SubscribeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarnotifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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 Chatbot topics or Chatbot clients 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.
648 649 650 651 652 653 654 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 648 class SubscribeRequest < Struct.new( :arn, :target, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
648 649 650 651 652 653 654 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 648 class SubscribeRequest < Struct.new( :arn, :target, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::Target
Information about the Chatbot topics or Chatbot clients associated with a notification rule.
648 649 650 651 652 653 654 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 648 class SubscribeRequest < Struct.new( :arn, :target, :client_request_token) SENSITIVE = [] include Aws::Structure end |