Class: Aws::Types::AdvancedPromptOptimizationJobSummary

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)


49
50
51
# File 'sig/types.rbs', line 49

def creation_time
  @creation_time
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def job_arn
  @job_arn
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def job_name
  @job_name
end

#job_status"InProgress", ...

Returns the value of attribute job_status.

Returns:

  • ("InProgress", "Completed", "Failed", "PartiallyCompleted", "Stopping", "Stopped", "Deleting")


48
49
50
# File 'sig/types.rbs', line 48

def job_status
  @job_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


50
51
52
# File 'sig/types.rbs', line 50

def last_modified_time
  @last_modified_time
end