Class: Aws::CodeStarNotifications::Types::DescribeNotificationRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::DescribeNotificationRuleRequest
- Defined in:
- gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification rule.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification rule.
198 199 200 201 202 |
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 198 class DescribeNotificationRuleRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |