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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


648
649
650
651
652
653
654
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 648

class SubscribeRequest < Struct.new(
  :arn,
  :target,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

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

Returns:

  • (String)


648
649
650
651
652
653
654
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 648

class SubscribeRequest < Struct.new(
  :arn,
  :target,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::Target

Information about the Chatbot topics or Chatbot clients associated with a notification rule.

Returns:



648
649
650
651
652
653
654
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 648

class SubscribeRequest < Struct.new(
  :arn,
  :target,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end