Class: Aws::BCMDashboards::Types::SavingsPlansUtilizationQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::SavingsPlansUtilizationQuery
- Includes:
- Structure
- Defined in:
- 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.
991 992 993 994 995 996 997 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 991 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`.
991 992 993 994 995 996 997 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 991 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.
991 992 993 994 995 996 997 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 991 class SavingsPlansUtilizationQuery < Struct.new( :time_range, :granularity, :filter) SENSITIVE = [] include Aws::Structure end |