Class: Aws::Types::PredictorBacktestExportJobSummary

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)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def creation_time
  @creation_time
end

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.



1091
1092
1093
# File 'sig/types.rbs', line 1091

def destination
  @destination
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def message
  @message
end

#predictor_backtest_export_job_arn ⇒ ::String

Returns the value of attribute predictor_backtest_export_job_arn.

Returns:

  • (::String)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def predictor_backtest_export_job_arn
  @predictor_backtest_export_job_arn
end

#predictor_backtest_export_job_name ⇒ ::String

Returns the value of attribute predictor_backtest_export_job_name.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def predictor_backtest_export_job_name
  @predictor_backtest_export_job_name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def status
  @status
end