Class: Aws::CodeStarNotifications::Types::DeleteNotificationRuleResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::DeleteNotificationRuleResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarnotifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted notification rule.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted notification rule.
161 162 163 164 165 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 161 class DeleteNotificationRuleResult < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |