Class: Aws::CodeStarNotifications::Types::UnsubscribeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::UnsubscribeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarnotifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:target_address]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification rule.
-
#target_address ⇒ String
The ARN of the Chatbot topic to unsubscribe from the notification rule.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the notification rule.
764 765 766 767 768 769 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 764 class UnsubscribeRequest < Struct.new( :arn, :target_address) SENSITIVE = [:target_address] include Aws::Structure end |
#target_address ⇒ String
The ARN of the Chatbot topic to unsubscribe from the notification rule.
764 765 766 767 768 769 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 764 class UnsubscribeRequest < Struct.new( :arn, :target_address) SENSITIVE = [:target_address] include Aws::Structure end |