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