Class: Aws::Types::GetUsageForecastRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUsageForecastRequest
- 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.
880 881 882 |
# File 'sig/types.rbs', line 880 def billing_view_arn @billing_view_arn end |
#filter ⇒ Types::Expression
Returns the value of attribute filter.
879 880 881 |
# File 'sig/types.rbs', line 879 def filter @filter end |
#granularity ⇒ "DAILY", ...
Returns the value of attribute granularity.
878 879 880 |
# File 'sig/types.rbs', line 878 def granularity @granularity end |
#metric ⇒ "BLENDED_COST", ...
Returns the value of attribute metric.
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.
881 882 883 |
# File 'sig/types.rbs', line 881 def prediction_interval_level @prediction_interval_level end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
876 877 878 |
# File 'sig/types.rbs', line 876 def time_period @time_period end |