Class: Aws::Types::RunMetrics
- Inherits:
-
Object
- Object
- Aws::Types::RunMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_duration_in_hour ⇒ ::String
Returns the value of attribute job_duration_in_hour.
-
#number_of_bytes_compacted ⇒ ::String
Returns the value of attribute number_of_bytes_compacted.
-
#number_of_dpus ⇒ ::String
Returns the value of attribute number_of_dpus.
-
#number_of_files_compacted ⇒ ::String
Returns the value of attribute number_of_files_compacted.
Instance Attribute Details
#job_duration_in_hour ⇒ ::String
Returns the value of attribute job_duration_in_hour.
6441 6442 6443 |
# File 'sig/types.rbs', line 6441 def job_duration_in_hour @job_duration_in_hour end |
#number_of_bytes_compacted ⇒ ::String
Returns the value of attribute number_of_bytes_compacted.
6438 6439 6440 |
# File 'sig/types.rbs', line 6438 def number_of_bytes_compacted @number_of_bytes_compacted end |
#number_of_dpus ⇒ ::String
Returns the value of attribute number_of_dpus.
6440 6441 6442 |
# File 'sig/types.rbs', line 6440 def number_of_dpus @number_of_dpus end |
#number_of_files_compacted ⇒ ::String
Returns the value of attribute number_of_files_compacted.
6439 6440 6441 |
# File 'sig/types.rbs', line 6439 def number_of_files_compacted @number_of_files_compacted end |