Class: Aws::CodeStarNotifications::Types::SubscribeRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeStarNotifications::Types::SubscribeRequest
 
- Defined in:
- gems/aws-sdk-codestarnotifications/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 Amazon Q Developer in chat applications topics or Amazon Q Developer in chat applications 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.
| 651 652 653 654 655 656 657 | # File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 651 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.
| 651 652 653 654 655 656 657 | # File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 651 class SubscribeRequest < Struct.new( :arn, :target, :client_request_token) SENSITIVE = [] include Aws::Structure end | 
#target ⇒ Types::Target
Information about the Amazon Q Developer in chat applications topics or Amazon Q Developer in chat applications clients associated with a notification rule.
| 651 652 653 654 655 656 657 | # File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 651 class SubscribeRequest < Struct.new( :arn, :target, :client_request_token) SENSITIVE = [] include Aws::Structure end |