Class: Aws::CodeStarNotifications::Types::CreateNotificationRuleResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Returns:

  • (String)


136
137
138
139
140
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 136

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