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

Class: Aws::CostExplorer::Types::RootCause

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

Overview

The combination of AWS service, linked account, Region, and usage type where a cost anomaly is observed.

Instance Attribute Summary collapse

Instance Attribute Details

#linked_accountString

The linked account value associated with the cost anomaly.

Returns:

  • (String)

    The linked account value associated with the cost anomaly.

#regionString

The AWS Region associated with the cost anomaly.

Returns:

  • (String)

    The AWS Region associated with the cost anomaly.

#serviceString

The AWS service name associated with the cost anomaly.

Returns:

  • (String)

    The AWS service name associated with the cost anomaly.

#usage_typeString

The UsageType value associated with the cost anomaly.

Returns:

  • (String)

    The UsageType value associated with the cost anomaly.