Class: Aws::Types::GetUsageForecastRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_view_arn::String

Returns the value of attribute billing_view_arn.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def billing_view_arn
  @billing_view_arn
end

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



879
880
881
# File 'sig/types.rbs', line 879

def filter
  @filter
end

#granularity"DAILY", ...

Returns the value of attribute granularity.

Returns:

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


878
879
880
# File 'sig/types.rbs', line 878

def granularity
  @granularity
end

#metric"BLENDED_COST", ...

Returns the value of attribute metric.

Returns:

  • ("BLENDED_COST", "UNBLENDED_COST", "AMORTIZED_COST", "NET_UNBLENDED_COST", "NET_AMORTIZED_COST", "USAGE_QUANTITY", "NORMALIZED_USAGE_AMOUNT")


877
878
879
# File 'sig/types.rbs', line 877

def metric
  @metric
end

#prediction_interval_level::Integer

Returns the value of attribute prediction_interval_level.

Returns:

  • (::Integer)


881
882
883
# File 'sig/types.rbs', line 881

def prediction_interval_level
  @prediction_interval_level
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



876
877
878
# File 'sig/types.rbs', line 876

def time_period
  @time_period
end