Class: Aws::Types::QueryWhatIfForecastRequest
- Inherits:
-
Object
- Object
- Aws::Types::QueryWhatIfForecastRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::String
Returns the value of attribute end_date.
-
#filters ⇒ ::Hash[::String, ::String]
Returns the value of attribute filters.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_date ⇒ ::String
Returns the value of attribute start_date.
-
#what_if_forecast_arn ⇒ ::String
Returns the value of attribute what_if_forecast_arn.
Instance Attribute Details
#end_date ⇒ ::String
Returns the value of attribute end_date.
54 55 56 |
# File 'sig/types.rbs', line 54 def end_date @end_date end |
#filters ⇒ ::Hash[::String, ::String]
Returns the value of attribute filters.
55 56 57 |
# File 'sig/types.rbs', line 55 def filters @filters end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
56 57 58 |
# File 'sig/types.rbs', line 56 def next_token @next_token end |
#start_date ⇒ ::String
Returns the value of attribute start_date.
53 54 55 |
# File 'sig/types.rbs', line 53 def start_date @start_date end |
#what_if_forecast_arn ⇒ ::String
Returns the value of attribute what_if_forecast_arn.
52 53 54 |
# File 'sig/types.rbs', line 52 def what_if_forecast_arn @what_if_forecast_arn end |