Class: Aws::DevOpsGuru::Types::DescribeAnomalyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#proactive_anomalyTypes::ProactiveAnomaly

A ‘ProactiveAnomaly` object that represents the requested anomaly.



722
723
724
725
726
727
# File 'lib/aws-sdk-devopsguru/types.rb', line 722

class DescribeAnomalyResponse < Struct.new(
  :proactive_anomaly,
  :reactive_anomaly)
  SENSITIVE = []
  include Aws::Structure
end

#reactive_anomalyTypes::ReactiveAnomaly

A ‘ReactiveAnomaly` object that represents the requested anomaly.



722
723
724
725
726
727
# File 'lib/aws-sdk-devopsguru/types.rb', line 722

class DescribeAnomalyResponse < Struct.new(
  :proactive_anomaly,
  :reactive_anomaly)
  SENSITIVE = []
  include Aws::Structure
end