Class: Aws::Types::DescribePredictorBacktestExportJobResponse

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)


593
594
595
# File 'sig/types.rbs', line 593

def creation_time
  @creation_time
end

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.



590
591
592
# File 'sig/types.rbs', line 590

def destination
  @destination
end

#format ⇒ ::String

Returns the value of attribute format.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def format
  @format
end

#last_modification_time ⇒ ::Time

Returns the value of attribute last_modification_time.

Returns:

  • (::Time)


594
595
596
# File 'sig/types.rbs', line 594

def last_modification_time
  @last_modification_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def message
  @message
end

#predictor_arn ⇒ ::String

Returns the value of attribute predictor_arn.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def predictor_arn
  @predictor_arn
end

#predictor_backtest_export_job_arn ⇒ ::String

Returns the value of attribute predictor_backtest_export_job_arn.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

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)


588
589
590
# File 'sig/types.rbs', line 588

def predictor_backtest_export_job_name
  @predictor_backtest_export_job_name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def status
  @status
end