Class: Aws::CodeStarNotifications::Types::UnsubscribeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:target_address]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the notification rule.

Returns:

  • (String)


764
765
766
767
768
769
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 764

class UnsubscribeRequest < Struct.new(
  :arn,
  :target_address)
  SENSITIVE = [:target_address]
  include Aws::Structure
end

#target_addressString

The ARN of the Chatbot topic to unsubscribe from the notification rule.

Returns:

  • (String)


764
765
766
767
768
769
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 764

class UnsubscribeRequest < Struct.new(
  :arn,
  :target_address)
  SENSITIVE = [:target_address]
  include Aws::Structure
end