Class: Aws::Types::QueryForecastRequest
- Inherits:
-
Object
- Object
- Aws::Types::QueryForecastRequest
- 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.
-
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_date ⇒ ::String
Returns the value of attribute start_date.
Instance Attribute Details
#end_date ⇒ ::String
Returns the value of attribute end_date.
40 41 42 |
# File 'sig/types.rbs', line 40 def end_date @end_date end |
#filters ⇒ ::Hash[::String, ::String]
Returns the value of attribute filters.
41 42 43 |
# File 'sig/types.rbs', line 41 def filters @filters end |
#forecast_arn ⇒ ::String
Returns the value of attribute forecast_arn.
38 39 40 |
# File 'sig/types.rbs', line 38 def forecast_arn @forecast_arn end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
42 43 44 |
# File 'sig/types.rbs', line 42 def next_token @next_token end |
#start_date ⇒ ::String
Returns the value of attribute start_date.
39 40 41 |
# File 'sig/types.rbs', line 39 def start_date @start_date end |