Class: Aws::Types::ModelImportJobSummary

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)


3018
3019
3020
# File 'sig/types.rbs', line 3018

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3019
3020
3021
# File 'sig/types.rbs', line 3019

def end_time
  @end_time
end

#imported_model_arn::String

Returns the value of attribute imported_model_arn.

Returns:

  • (::String)


3020
3021
3022
# File 'sig/types.rbs', line 3020

def imported_model_arn
  @imported_model_arn
end

#imported_model_name::String

Returns the value of attribute imported_model_name.

Returns:

  • (::String)


3021
3022
3023
# File 'sig/types.rbs', line 3021

def imported_model_name
  @imported_model_name
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


3014
3015
3016
# File 'sig/types.rbs', line 3014

def job_arn
  @job_arn
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


3015
3016
3017
# File 'sig/types.rbs', line 3015

def job_name
  @job_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3017
3018
3019
# File 'sig/types.rbs', line 3017

def last_modified_time
  @last_modified_time
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Completed", "Failed")


3016
3017
3018
# File 'sig/types.rbs', line 3016

def status
  @status
end