Class: Aws::Types::IcebergCompactionMetrics
- Inherits:
-
Object
- Object
- Aws::Types::IcebergCompactionMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dpu_hours ⇒ ::Float
Returns the value of attribute dpu_hours.
-
#job_duration_in_hour ⇒ ::Float
Returns the value of attribute job_duration_in_hour.
-
#number_of_bytes_compacted ⇒ ::Integer
Returns the value of attribute number_of_bytes_compacted.
-
#number_of_dpus ⇒ ::Integer
Returns the value of attribute number_of_dpus.
-
#number_of_files_compacted ⇒ ::Integer
Returns the value of attribute number_of_files_compacted.
Instance Attribute Details
#dpu_hours ⇒ ::Float
Returns the value of attribute dpu_hours.
4503 4504 4505 |
# File 'sig/types.rbs', line 4503 def dpu_hours @dpu_hours end |
#job_duration_in_hour ⇒ ::Float
Returns the value of attribute job_duration_in_hour.
4505 4506 4507 |
# File 'sig/types.rbs', line 4505 def job_duration_in_hour @job_duration_in_hour end |
#number_of_bytes_compacted ⇒ ::Integer
Returns the value of attribute number_of_bytes_compacted.
4501 4502 4503 |
# File 'sig/types.rbs', line 4501 def number_of_bytes_compacted @number_of_bytes_compacted end |
#number_of_dpus ⇒ ::Integer
Returns the value of attribute number_of_dpus.
4504 4505 4506 |
# File 'sig/types.rbs', line 4504 def number_of_dpus @number_of_dpus end |
#number_of_files_compacted ⇒ ::Integer
Returns the value of attribute number_of_files_compacted.
4502 4503 4504 |
# File 'sig/types.rbs', line 4502 def number_of_files_compacted @number_of_files_compacted end |