Class: Aws::Types::ForecastExportJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


783
784
785
# File 'sig/types.rbs', line 783

def creation_time
  @creation_time
end

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.



780
781
782
# File 'sig/types.rbs', line 780

def destination
  @destination
end

#forecast_export_job_arn ⇒ ::String

Returns the value of attribute forecast_export_job_arn.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def forecast_export_job_arn
  @forecast_export_job_arn
end

#forecast_export_job_name ⇒ ::String

Returns the value of attribute forecast_export_job_name.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def forecast_export_job_name
  @forecast_export_job_name
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


784
785
786
# File 'sig/types.rbs', line 784

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def message
  @message
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def status
  @status
end