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.
4484 4485 4486 |
# File 'sig/types.rbs', line 4484 def dpu_hours @dpu_hours end |
#job_duration_in_hour ⇒ ::Float
Returns the value of attribute job_duration_in_hour.
4486 4487 4488 |
# File 'sig/types.rbs', line 4486 def job_duration_in_hour @job_duration_in_hour end |
#number_of_bytes_compacted ⇒ ::Integer
Returns the value of attribute number_of_bytes_compacted.
4482 4483 4484 |
# File 'sig/types.rbs', line 4482 def number_of_bytes_compacted @number_of_bytes_compacted end |
#number_of_dpus ⇒ ::Integer
Returns the value of attribute number_of_dpus.
4485 4486 4487 |
# File 'sig/types.rbs', line 4485 def number_of_dpus @number_of_dpus end |
#number_of_files_compacted ⇒ ::Integer
Returns the value of attribute number_of_files_compacted.
4483 4484 4485 |
# File 'sig/types.rbs', line 4483 def number_of_files_compacted @number_of_files_compacted end |