Class: Aws::CostExplorer::Types::RootCause
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::RootCause
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
The combination of Amazon Web Services service, linked account, Region, and usage type where a cost anomaly is observed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#linked_account ⇒ String
The member account 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 Services service 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.
6331 6332 6333 6334 6335 6336 6337 6338 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6331 class RootCause < Struct.new( :service, :region, :linked_account, :usage_type) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region that's associated with the cost anomaly.
6331 6332 6333 6334 6335 6336 6337 6338 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6331 class RootCause < Struct.new( :service, :region, :linked_account, :usage_type) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The Amazon Web Services service name that's associated with the cost anomaly.
6331 6332 6333 6334 6335 6336 6337 6338 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6331 class RootCause < Struct.new( :service, :region, :linked_account, :usage_type) SENSITIVE = [] include Aws::Structure end |
#usage_type ⇒ String
The UsageType
value that's associated with the cost anomaly.
6331 6332 6333 6334 6335 6336 6337 6338 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6331 class RootCause < Struct.new( :service, :region, :linked_account, :usage_type) SENSITIVE = [] include Aws::Structure end |