Class: Aws::Types::GetSavingsPlansUtilizationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



844
845
846
# File 'sig/types.rbs', line 844

def filter
  @filter
end

#granularity"DAILY", ...

Returns the value of attribute granularity.

Returns:

  • ("DAILY", "MONTHLY", "HOURLY")


843
844
845
# File 'sig/types.rbs', line 843

def granularity
  @granularity
end

#sort_byTypes::SortDefinition

Returns the value of attribute sort_by.



845
846
847
# File 'sig/types.rbs', line 845

def sort_by
  @sort_by
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



842
843
844
# File 'sig/types.rbs', line 842

def time_period
  @time_period
end