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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#linked_accountString

The linked account value associated with the cost anomaly.

Returns:

  • (String)


5853
5854
5855
5856
5857
5858
5859
5860
# File 'lib/aws-sdk-costexplorer/types.rb', line 5853

class RootCause < Struct.new(
  :service,
  :region,
  :linked_account,
  :usage_type)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The AWS Region associated with the cost anomaly.

Returns:

  • (String)


5853
5854
5855
5856
5857
5858
5859
5860
# File 'lib/aws-sdk-costexplorer/types.rb', line 5853

class RootCause < Struct.new(
  :service,
  :region,
  :linked_account,
  :usage_type)
  SENSITIVE = []
  include Aws::Structure
end

#serviceString

The AWS service name associated with the cost anomaly.

Returns:

  • (String)


5853
5854
5855
5856
5857
5858
5859
5860
# File 'lib/aws-sdk-costexplorer/types.rb', line 5853

class RootCause < Struct.new(
  :service,
  :region,
  :linked_account,
  :usage_type)
  SENSITIVE = []
  include Aws::Structure
end

#usage_typeString

The ‘UsageType` value associated with the cost anomaly.

Returns:

  • (String)


5853
5854
5855
5856
5857
5858
5859
5860
# File 'lib/aws-sdk-costexplorer/types.rb', line 5853

class RootCause < Struct.new(
  :service,
  :region,
  :linked_account,
  :usage_type)
  SENSITIVE = []
  include Aws::Structure
end