Class: Aws::DevOpsGuru::Types::DescribeAnomalyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::DescribeAnomalyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#proactive_anomaly ⇒ Types::ProactiveAnomaly
A ‘ProactiveAnomaly` object that represents the requested anomaly.
-
#reactive_anomaly ⇒ Types::ReactiveAnomaly
A ‘ReactiveAnomaly` object that represents the requested anomaly.
Instance Attribute Details
#proactive_anomaly ⇒ Types::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_anomaly ⇒ Types::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 |