Class: Aws::Types::CreateForecastExportJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.



160
161
162
# File 'sig/types.rbs', line 160

def destination
  @destination
end

#forecast_arn ⇒ ::String

Returns the value of attribute forecast_arn.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def forecast_arn
  @forecast_arn
end

#forecast_export_job_name ⇒ ::String

Returns the value of attribute forecast_export_job_name.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def forecast_export_job_name
  @forecast_export_job_name
end

#format ⇒ ::String

Returns the value of attribute format.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def format
  @format
end

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

Returns the value of attribute tags.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def tags
  @tags
end