TriggerConfig — AWS SDK for Ruby V3 (original) (raw)
Class: Aws::CodeDeploy::Types::TriggerConfig
Inherits:
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::TriggerConfig show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Information about notification triggers for the deployment group.
Constant Summarycollapse
SENSITIVE =
[]
Instance Attribute Summary collapse
- #trigger_events ⇒ Array
The event type or types for which notifications are triggered. - #trigger_name ⇒ String
The name of the notification trigger. - #trigger_target_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
Instance Attribute Details
#trigger_events ⇒ Array
The event type or types for which notifications are triggered.
4920 4921 4922 4923 4924 4925 4926 | # File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4920 class TriggerConfig < Struct.new( :trigger_name, :trigger_target_arn, :trigger_events) SENSITIVE = [] include Aws::Structure end |
---|
#trigger_name ⇒ String
The name of the notification trigger.
4920 4921 4922 4923 4924 4925 4926 | # File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4920 class TriggerConfig < Struct.new( :trigger_name, :trigger_target_arn, :trigger_events) SENSITIVE = [] include Aws::Structure end |
---|
#trigger_target_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
4920 4921 4922 4923 4924 4925 4926 | # File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4920 class TriggerConfig < Struct.new( :trigger_name, :trigger_target_arn, :trigger_events) SENSITIVE = [] include Aws::Structure end |
---|