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.
4531 4532 4533 |
# File 'sig/types.rbs', line 4531 def dpu_hours @dpu_hours end |
#job_duration_in_hour ⇒ ::Float
Returns the value of attribute job_duration_in_hour.
4533 4534 4535 |
# File 'sig/types.rbs', line 4533 def job_duration_in_hour @job_duration_in_hour end |
#number_of_dpus ⇒ ::Integer
Returns the value of attribute number_of_dpus.
4532 4533 4534 |
# File 'sig/types.rbs', line 4532 def number_of_dpus @number_of_dpus end |
#number_of_orphan_files_deleted ⇒ ::Integer
Returns the value of attribute number_of_orphan_files_deleted.
4530 4531 4532 |
# File 'sig/types.rbs', line 4530 def number_of_orphan_files_deleted @number_of_orphan_files_deleted end |