Class: Aws::BCMDashboards::Types::ReservationUtilizationQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::ReservationUtilizationQuery
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdashboards/types.rb
Overview
Defines the parameters for querying Reserved Instance utilization data, including grouping options and time granularity.
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`.
-
#group_by ⇒ Array<Types::GroupDefinition>
Specifies how to group the Reserved Instance utilization data, such as by service, Region, or instance type.
-
#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.
884 885 886 887 888 889 890 891 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 884 class ReservationUtilizationQuery < Struct.new( :time_range, :group_by, :granularity, :filter) SENSITIVE = [] include Aws::Structure end |
#granularity ⇒ String
The time granularity of the retrieved data: ‘HOURLY`, `DAILY`, or `MONTHLY`.
884 885 886 887 888 889 890 891 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 884 class ReservationUtilizationQuery < Struct.new( :time_range, :group_by, :granularity, :filter) SENSITIVE = [] include Aws::Structure end |
#group_by ⇒ Array<Types::GroupDefinition>
Specifies how to group the Reserved Instance utilization data, such as by service, Region, or instance type.
884 885 886 887 888 889 890 891 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 884 class ReservationUtilizationQuery < Struct.new( :time_range, :group_by, :granularity, :filter) SENSITIVE = [] include Aws::Structure end |
#time_range ⇒ Types::DateTimeRange
Defines a time period with explicit start and end times for data queries.
884 885 886 887 888 889 890 891 |
# File 'lib/aws-sdk-bcmdashboards/types.rb', line 884 class ReservationUtilizationQuery < Struct.new( :time_range, :group_by, :granularity, :filter) SENSITIVE = [] include Aws::Structure end |