Class: Aws::CodeStarNotifications::Types::SubscribeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::SubscribeResult
- 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 for which you have created assocations.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification rule for which you have created assocations.
663 664 665 666 667 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 663 class SubscribeResult < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |