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

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.

Returns:

  • (String)


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

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