Class: Aws::BCMDashboards::Types::ReservationCoverageQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::ReservationCoverageQuery
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
Defines the parameters for querying Reserved Instance coverage data, including grouping options, metrics, 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
, orMONTHLY
. -
#group_by ⇒ Array<Types::GroupDefinition>
Specifies how to group the Reserved Instance coverage data, such as by service, Region, or instance type.
-
#metrics ⇒ Array<String>
The coverage metrics to include in the results.
-
#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.
631 632 633 634 635 636 637 638 639 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 631 class ReservationCoverageQuery < Struct.new( :time_range, :group_by, :granularity, :filter, :metrics) SENSITIVE = [] include Aws::Structure end |
#granularity ⇒ String
The time granularity of the retrieved data: HOURLY
, DAILY
, or
MONTHLY
.
631 632 633 634 635 636 637 638 639 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 631 class ReservationCoverageQuery < Struct.new( :time_range, :group_by, :granularity, :filter, :metrics) SENSITIVE = [] include Aws::Structure end |
#group_by ⇒ Array<Types::GroupDefinition>
Specifies how to group the Reserved Instance coverage data, such as by service, Region, or instance type.
631 632 633 634 635 636 637 638 639 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 631 class ReservationCoverageQuery < Struct.new( :time_range, :group_by, :granularity, :filter, :metrics) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Array<String>
The coverage metrics to include in the results.
Hour
,
Unit
, and Cost
.
631 632 633 634 635 636 637 638 639 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 631 class ReservationCoverageQuery < Struct.new( :time_range, :group_by, :granularity, :filter, :metrics) SENSITIVE = [] include Aws::Structure end |
#time_range ⇒ Types::DateTimeRange
Defines a time period with explicit start and end times for data queries.
631 632 633 634 635 636 637 638 639 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 631 class ReservationCoverageQuery < Struct.new( :time_range, :group_by, :granularity, :filter, :metrics) SENSITIVE = [] include Aws::Structure end |