Class: Aws::BCMDashboards::Types::ReservationUtilizationQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::ReservationUtilizationQuery
- Defined in:
- gems/aws-sdk-bcmdashboards/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
, orMONTHLY
. -
#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.
666 667 668 669 670 671 672 673 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 666 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
.
666 667 668 669 670 671 672 673 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 666 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.
666 667 668 669 670 671 672 673 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 666 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.
666 667 668 669 670 671 672 673 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 666 class ReservationUtilizationQuery < Struct.new( :time_range, :group_by, :granularity, :filter) SENSITIVE = [] include Aws::Structure end |