Class: Aws::CodeStarNotifications::Types::Target
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::Target
- Defined in:
- gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb
Overview
Information about the Amazon Q Developer in chat applications topics or Amazon Q Developer in chat applications clients associated with a notification rule.
Constant Summary collapse
- SENSITIVE =
[:target_address]
Instance Attribute Summary collapse
-
#target_address ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
-
#target_type ⇒ String
The target type.
Instance Attribute Details
#target_address ⇒ String
The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
725 726 727 728 729 730 |
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 725 class Target < Struct.new( :target_type, :target_address) SENSITIVE = [:target_address] include Aws::Structure end |
#target_type ⇒ String
The target type. Can be an Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.
Amazon Q Developer in chat applications topics are specified as
SNS
.Amazon Q Developer in chat applications clients are specified as
AWSChatbotSlack
.
725 726 727 728 729 730 |
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 725 class Target < Struct.new( :target_type, :target_address) SENSITIVE = [:target_address] include Aws::Structure end |