Class: Aws::BCMDashboards::Types::SavingsPlansUtilizationQuery

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#filterTypes::Expression

Defines complex filtering conditions using logical operators (AND, OR, NOT) and various filter types.

Returns:



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

#granularityString

The time granularity of the retrieved data: HOURLY, DAILY, or MONTHLY.

Returns:

  • (String)


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_rangeTypes::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