Class: Aws::LookoutMetrics::Types::Action
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::Action
- Includes:
- Structure
- Defined in:
- 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
-
#lambda_configuration ⇒ Types::LambdaConfiguration
A configuration for an AWS Lambda channel.
-
#sns_configuration ⇒ Types::SNSConfiguration
A configuration for an Amazon SNS channel.
Instance Attribute Details
#lambda_configuration ⇒ Types::LambdaConfiguration
A configuration for an AWS Lambda channel.
39 40 41 42 43 44 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 39 class Action < Struct.new( :sns_configuration, :lambda_configuration) SENSITIVE = [] include Aws::Structure end |
#sns_configuration ⇒ Types::SNSConfiguration
A configuration for an Amazon SNS channel.
39 40 41 42 43 44 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 39 class Action < Struct.new( :sns_configuration, :lambda_configuration) SENSITIVE = [] include Aws::Structure end |