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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/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 'gems/aws-sdk-devopsguru/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 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 722

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