Class: Aws::CodeStarNotifications::Types::UnsubscribeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::UnsubscribeResult
- 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 the notification rule from which you have removed a subscription.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the the notification rule from which you have removed a subscription.
778 779 780 781 782 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 778 class UnsubscribeResult < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |