Class: Aws::BCMDashboards::Types::SavingsPlansUtilizationQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::SavingsPlansUtilizationQuery
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
Defines the parameters for querying Savings Plans utilization data, including time granularity and sorting preferences.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::Expression
Defines complex filtering conditions using logical operators (
AND
,OR
,NOT
) and various filter types. -
#granularity ⇒ String
The time granularity of the retrieved data: HOURLY, DAILY, or MONTHLY.
-
#time_range ⇒ Types::DateTimeRange
Defines a time period with explicit start and end times for data queries.
Instance Attribute Details
#filter ⇒ Types::Expression
Defines complex filtering conditions using logical operators (AND
,
OR
, NOT
) and various filter types.
773 774 775 776 777 778 779 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 773 class SavingsPlansUtilizationQuery < Struct.new( :time_range, :granularity, :filter) SENSITIVE = [] include Aws::Structure end |
#granularity ⇒ String
The time granularity of the retrieved data: HOURLY, DAILY, or MONTHLY.
773 774 775 776 777 778 779 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 773 class SavingsPlansUtilizationQuery < Struct.new( :time_range, :granularity, :filter) SENSITIVE = [] include Aws::Structure end |
#time_range ⇒ Types::DateTimeRange
Defines a time period with explicit start and end times for data queries.
773 774 775 776 777 778 779 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 773 class SavingsPlansUtilizationQuery < Struct.new( :time_range, :granularity, :filter) SENSITIVE = [] include Aws::Structure end |