Class: Aws::Types::IcebergOrphanFileDeletionMetrics
- Inherits:
-
Object
- Object
- Aws::Types::IcebergOrphanFileDeletionMetrics
- 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_dpus ⇒ ::Integer
Returns the value of attribute number_of_dpus.
-
#number_of_orphan_files_deleted ⇒ ::Integer
Returns the value of attribute number_of_orphan_files_deleted.
Instance Attribute Details
#dpu_hours ⇒ ::Float
Returns the value of attribute dpu_hours.
4550 4551 4552 |
# File 'sig/types.rbs', line 4550 def dpu_hours @dpu_hours end |
#job_duration_in_hour ⇒ ::Float
Returns the value of attribute job_duration_in_hour.
4552 4553 4554 |
# File 'sig/types.rbs', line 4552 def job_duration_in_hour @job_duration_in_hour end |
#number_of_dpus ⇒ ::Integer
Returns the value of attribute number_of_dpus.
4551 4552 4553 |
# File 'sig/types.rbs', line 4551 def number_of_dpus @number_of_dpus end |
#number_of_orphan_files_deleted ⇒ ::Integer
Returns the value of attribute number_of_orphan_files_deleted.
4549 4550 4551 |
# File 'sig/types.rbs', line 4549 def number_of_orphan_files_deleted @number_of_orphan_files_deleted end |