Class: Aws::CodeStarNotifications::Types::NotificationRuleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::NotificationRuleSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification rule.
-
#id ⇒ String
The unique ID of the notification rule.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification rule.
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 |
#id ⇒ String
The unique ID of the notification rule.
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 |