Class: Aws::CodeStarNotifications::Types::UnsubscribeResult

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 the notification rule from which you have removed a subscription.

Returns:

  • (String)


778
779
780
781
782
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 778

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