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)


775
776
777
778
779
780
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 775

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

#target_addressString

The ARN of the Amazon Q Developer in chat applications topic to unsubscribe from the notification rule.

Returns:

  • (String)


775
776
777
778
779
780
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 775

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