Class: Aws::CodeStarNotifications::Types::SubscribeResult

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 have created assocations.

Returns:

  • (String)


663
664
665
666
667
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 663

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