Class: Aws::CostExplorer::Types::RootCause
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::RootCause
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The combination of Amazon Web Servicesservice, 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
-
#linked_account ⇒ String
The member account value that’s associated with the cost anomaly.
-
#linked_account_name ⇒ String
The member account name value that’s associated with the cost anomaly.
-
#region ⇒ String
The Amazon Web Services Region that’s associated with the cost anomaly.
-
#service ⇒ String
The Amazon Web Servicesservice name that’s associated with the cost anomaly.
-
#usage_type ⇒ String
The ‘UsageType` value that’s associated with the cost anomaly.
Instance Attribute Details
#linked_account ⇒ String
The member account value that’s associated with the cost anomaly.
6192 6193 6194 6195 6196 6197 6198 6199 6200 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6192 class RootCause < Struct.new( :service, :region, :linked_account, :usage_type, :linked_account_name) SENSITIVE = [] include Aws::Structure end |
#linked_account_name ⇒ String
The member account name value that’s associated with the cost anomaly.
6192 6193 6194 6195 6196 6197 6198 6199 6200 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6192 class RootCause < Struct.new( :service, :region, :linked_account, :usage_type, :linked_account_name) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region that’s associated with the cost anomaly.
6192 6193 6194 6195 6196 6197 6198 6199 6200 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6192 class RootCause < Struct.new( :service, :region, :linked_account, :usage_type, :linked_account_name) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The Amazon Web Servicesservice name that’s associated with the cost anomaly.
6192 6193 6194 6195 6196 6197 6198 6199 6200 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6192 class RootCause < Struct.new( :service, :region, :linked_account, :usage_type, :linked_account_name) SENSITIVE = [] include Aws::Structure end |
#usage_type ⇒ String
The ‘UsageType` value that’s associated with the cost anomaly.
6192 6193 6194 6195 6196 6197 6198 6199 6200 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6192 class RootCause < Struct.new( :service, :region, :linked_account, :usage_type, :linked_account_name) SENSITIVE = [] include Aws::Structure end |