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.
4513 4514 4515 |
# File 'sig/types.rbs', line 4513 def dpu_hours @dpu_hours end |
#job_duration_in_hour ⇒ ::Float
Returns the value of attribute job_duration_in_hour.
4515 4516 4517 |
# File 'sig/types.rbs', line 4515 def job_duration_in_hour @job_duration_in_hour end |
#number_of_bytes_compacted ⇒ ::Integer
Returns the value of attribute number_of_bytes_compacted.
4511 4512 4513 |
# File 'sig/types.rbs', line 4511 def number_of_bytes_compacted @number_of_bytes_compacted end |
#number_of_dpus ⇒ ::Integer
Returns the value of attribute number_of_dpus.
4514 4515 4516 |
# File 'sig/types.rbs', line 4514 def number_of_dpus @number_of_dpus end |
#number_of_files_compacted ⇒ ::Integer
Returns the value of attribute number_of_files_compacted.
4512 4513 4514 |
# File 'sig/types.rbs', line 4512 def number_of_files_compacted @number_of_files_compacted end |