Class: Aws::Types::GetCostForecastRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCostForecastRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
-
#filter ⇒ Types::Expression
Returns the value of attribute filter.
-
#granularity ⇒ "DAILY", ...
Returns the value of attribute granularity.
-
#metric ⇒ "BLENDED_COST", ...
Returns the value of attribute metric.
-
#prediction_interval_level ⇒ ::Integer
Returns the value of attribute prediction_interval_level.
-
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
Instance Attribute Details
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
667 668 669 |
# File 'sig/types.rbs', line 667 def billing_view_arn @billing_view_arn end |
#filter ⇒ Types::Expression
Returns the value of attribute filter.
666 667 668 |
# File 'sig/types.rbs', line 666 def filter @filter end |
#granularity ⇒ "DAILY", ...
Returns the value of attribute granularity.
665 666 667 |
# File 'sig/types.rbs', line 665 def granularity @granularity end |
#metric ⇒ "BLENDED_COST", ...
Returns the value of attribute metric.
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.
668 669 670 |
# File 'sig/types.rbs', line 668 def prediction_interval_level @prediction_interval_level end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
663 664 665 |
# File 'sig/types.rbs', line 663 def time_period @time_period end |