Class: Aws::DevOpsAgent::Types::SlackTransmissionTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::SlackTransmissionTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Defines Slack channels for different types of agent notifications.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ops_oncall_target ⇒ Types::SlackChannel
Destination for On-call Agent (Ops1).
-
#ops_sre_target ⇒ Types::SlackChannel
Destination for SRE Agent (Ops1.5).
Instance Attribute Details
#ops_oncall_target ⇒ Types::SlackChannel
Destination for On-call Agent (Ops1)
4456 4457 4458 4459 4460 4461 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4456 class SlackTransmissionTarget < Struct.new( :ops_oncall_target, :ops_sre_target) SENSITIVE = [] include Aws::Structure end |
#ops_sre_target ⇒ Types::SlackChannel
Destination for SRE Agent (Ops1.5)
4456 4457 4458 4459 4460 4461 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4456 class SlackTransmissionTarget < Struct.new( :ops_oncall_target, :ops_sre_target) SENSITIVE = [] include Aws::Structure end |