Class: Aws::DevOpsAgent::Types::SlackTransmissionTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Defines Slack channels for different types of agent notifications.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ops_oncall_targetTypes::SlackChannel

Destination for On-call Agent (Ops1)

Returns:



4441
4442
4443
4444
4445
4446
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4441

class SlackTransmissionTarget < Struct.new(
  :ops_oncall_target,
  :ops_sre_target)
  SENSITIVE = []
  include Aws::Structure
end

#ops_sre_targetTypes::SlackChannel

Destination for SRE Agent (Ops1.5)

Returns:



4441
4442
4443
4444
4445
4446
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4441

class SlackTransmissionTarget < Struct.new(
  :ops_oncall_target,
  :ops_sre_target)
  SENSITIVE = []
  include Aws::Structure
end