Class: Aws::Types::CreateForecastRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#forecast_name ⇒ ::String

Returns the value of attribute forecast_name.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def forecast_name
  @forecast_name
end

#forecast_types ⇒ ::Array[::String]

Returns the value of attribute forecast_types.

Returns:

  • (::Array[::String])


174
175
176
# File 'sig/types.rbs', line 174

def forecast_types
  @forecast_types
end

#predictor_arn ⇒ ::String

Returns the value of attribute predictor_arn.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def predictor_arn
  @predictor_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



175
176
177
# File 'sig/types.rbs', line 175

def tags
  @tags
end

#time_series_selector ⇒ Types::TimeSeriesSelector

Returns the value of attribute time_series_selector.



176
177
178
# File 'sig/types.rbs', line 176

def time_series_selector
  @time_series_selector
end