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

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

Overview

The combination of Amazon Web Service, linked account, linked account name, Region, and usage type where a cost anomaly is observed. The linked account name will only be available when the account name can be identified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#linked_accountString

The member account value that's associated with the cost anomaly.

Returns:

  • (String)


6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6151

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

#linked_account_nameString

The member account name value that's associated with the cost anomaly.

Returns:

  • (String)


6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6151

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

#regionString

The Amazon Web Services Region that's associated with the cost anomaly.

Returns:

  • (String)


6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6151

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

#serviceString

The Amazon Web Service name that's associated with the cost anomaly.

Returns:

  • (String)


6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6151

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

#usage_typeString

The UsageType value that's associated with the cost anomaly.

Returns:

  • (String)


6151
6152
6153
6154
6155
6156
6157
6158
6159
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6151

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