Class: Aws::Types::TimeSeriesForecastingSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_forecast_role_arn::String

Returns the value of attribute amazon_forecast_role_arn.

Returns:

  • (::String)


11356
11357
11358
# File 'sig/types.rbs', line 11356

def amazon_forecast_role_arn
  @amazon_forecast_role_arn
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


11355
11356
11357
# File 'sig/types.rbs', line 11355

def status
  @status
end