Class: Aws::CostExplorer::Types::TotalImpactFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::TotalImpactFilter
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Filters cost anomalies based on the total impact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_value ⇒ Float
The upper bound dollar value that's used in the filter.
-
#numeric_operator ⇒ String
The comparing value that's used in the filter.
-
#start_value ⇒ Float
The lower bound dollar value that's used in the filter.
Instance Attribute Details
#end_value ⇒ Float
The upper bound dollar value that's used in the filter.
7024 7025 7026 7027 7028 7029 7030 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7024 class TotalImpactFilter < Struct.new( :numeric_operator, :start_value, :end_value) SENSITIVE = [] include Aws::Structure end |
#numeric_operator ⇒ String
The comparing value that's used in the filter.
7024 7025 7026 7027 7028 7029 7030 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7024 class TotalImpactFilter < Struct.new( :numeric_operator, :start_value, :end_value) SENSITIVE = [] include Aws::Structure end |
#start_value ⇒ Float
The lower bound dollar value that's used in the filter.
7024 7025 7026 7027 7028 7029 7030 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7024 class TotalImpactFilter < Struct.new( :numeric_operator, :start_value, :end_value) SENSITIVE = [] include Aws::Structure end |