Class: Aws::LookoutMetrics::Types::Action

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

Overview

A configuration that specifies the action to perform when anomalies are detected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_configurationTypes::LambdaConfiguration

A configuration for an AWS Lambda channel.



39
40
41
42
43
44
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 39

class Action < Struct.new(
  :sns_configuration,
  :lambda_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#sns_configurationTypes::SNSConfiguration

A configuration for an Amazon SNS channel.



39
40
41
42
43
44
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 39

class Action < Struct.new(
  :sns_configuration,
  :lambda_configuration)
  SENSITIVE = []
  include Aws::Structure
end