Class: Aws::Types::JobReport
- Inherits:
-
Object
- Object
- Aws::Types::JobReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_details_url ⇒ ::String
Returns the value of attribute job_details_url.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#metrics ⇒ Types::JobReportMetrics
Returns the value of attribute metrics.
Instance Attribute Details
#job_details_url ⇒ ::String
Returns the value of attribute job_details_url.
636 637 638 |
# File 'sig/types.rbs', line 636 def job_details_url @job_details_url end |
#message ⇒ ::String
Returns the value of attribute message.
634 635 636 |
# File 'sig/types.rbs', line 634 def @message end |
#metrics ⇒ Types::JobReportMetrics
Returns the value of attribute metrics.
635 636 637 |
# File 'sig/types.rbs', line 635 def metrics @metrics end |