Class: Aws::Types::GetCostForecastRequest

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)


667
668
669
# File 'sig/types.rbs', line 667

def billing_view_arn
  @billing_view_arn
end

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



666
667
668
# File 'sig/types.rbs', line 666

def filter
  @filter
end

#granularity"DAILY", ...

Returns the value of attribute granularity.

Returns:

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


665
666
667
# File 'sig/types.rbs', line 665

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")


664
665
666
# File 'sig/types.rbs', line 664

def metric
  @metric
end

#prediction_interval_level::Integer

Returns the value of attribute prediction_interval_level.

Returns:

  • (::Integer)


668
669
670
# File 'sig/types.rbs', line 668

def prediction_interval_level
  @prediction_interval_level
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



663
664
665
# File 'sig/types.rbs', line 663

def time_period
  @time_period
end