Class: Aws::CodeStarNotifications::Types::NotificationRuleSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestarnotifications/types.rb

Overview

Information about a specified notification rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the notification rule.

Returns:

  • (String)


596
597
598
599
600
601
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 596

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

#idString

The unique ID of the notification rule.

Returns:

  • (String)


596
597
598
599
600
601
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 596

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