Class: Aws::Types::QueryForecastRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_date ⇒ ::String

Returns the value of attribute end_date.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


41
42
43
# File 'sig/types.rbs', line 41

def filters
  @filters
end

#forecast_arn ⇒ ::String

Returns the value of attribute forecast_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def start_date
  @start_date
end