You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CostExplorer::Types::Anomaly

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An unusual cost pattern. This consists of the detailed metadata and the current status of the anomaly object.

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_end_dateString

The last day the anomaly is detected.

Returns:

  • (String)

    The last day the anomaly is detected.

#anomaly_idString

The unique identifier for the anomaly.

Returns:

  • (String)

    The unique identifier for the anomaly.

#anomaly_scoreTypes::AnomalyScore

The latest and maximum score for the anomaly.

Returns:

#anomaly_start_dateString

The first day the anomaly is detected.

Returns:

  • (String)

    The first day the anomaly is detected.

#dimension_valueString

The dimension for the anomaly. For example, an AWS service in a service monitor.

Returns:

  • (String)

    The dimension for the anomaly.

#feedbackString

The feedback value.

Possible values:

  • YES
  • NO
  • PLANNED_ACTIVITY

Returns:

  • (String)

    The feedback value.

#impactTypes::Impact

The dollar impact for the anomaly.

Returns:

#monitor_arnString

The Amazon Resource Name (ARN) for the cost monitor that generated this anomaly.

Returns:

  • (String)

    The Amazon Resource Name (ARN) for the cost monitor that generated this anomaly.

#root_causesArray<Types::RootCause>

The list of identified root causes for the anomaly.

Returns:

  • (Array<Types::RootCause>)

    The list of identified root causes for the anomaly.