Class: Aws::CodeStarNotifications::Types::TargetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::TargetSummary
- Defined in:
- gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb
Overview
Information about the targets specified for 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_status ⇒ String
The status of the target.
-
#target_type ⇒ String
The type of the target (for example,
SNS
).
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.
756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 756 class TargetSummary < Struct.new( :target_address, :target_type, :target_status) SENSITIVE = [:target_address] include Aws::Structure end |
#target_status ⇒ String
The status of the target.
756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 756 class TargetSummary < Struct.new( :target_address, :target_type, :target_status) SENSITIVE = [:target_address] include Aws::Structure end |
#target_type ⇒ String
The type of the target (for example, SNS
).
Amazon Q Developer in chat applications topics are specified as
SNS
.Amazon Q Developer in chat applications clients are specified as
AWSChatbotSlack
.
756 757 758 759 760 761 762 |
# File 'gems/aws-sdk-codestarnotifications/lib/aws-sdk-codestarnotifications/types.rb', line 756 class TargetSummary < Struct.new( :target_address, :target_type, :target_status) SENSITIVE = [:target_address] include Aws::Structure end |