Class: Aws::Types::AdvancedPromptOptimizationJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::AdvancedPromptOptimizationJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
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.
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.
50 51 52 |
# File 'sig/types.rbs', line 50 def last_modified_time @last_modified_time end |