Class: Aws::Types::IcebergRetentionMetrics
- Inherits:
-
Object
- Object
- Aws::Types::IcebergRetentionMetrics
- 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_data_files_deleted ⇒ ::Integer
Returns the value of attribute number_of_data_files_deleted.
-
#number_of_dpus ⇒ ::Integer
Returns the value of attribute number_of_dpus.
-
#number_of_manifest_files_deleted ⇒ ::Integer
Returns the value of attribute number_of_manifest_files_deleted.
-
#number_of_manifest_lists_deleted ⇒ ::Integer
Returns the value of attribute number_of_manifest_lists_deleted.
Instance Attribute Details
#dpu_hours ⇒ ::Float
Returns the value of attribute dpu_hours.
4563 4564 4565 |
# File 'sig/types.rbs', line 4563 def dpu_hours @dpu_hours end |
#job_duration_in_hour ⇒ ::Float
Returns the value of attribute job_duration_in_hour.
4565 4566 4567 |
# File 'sig/types.rbs', line 4565 def job_duration_in_hour @job_duration_in_hour end |
#number_of_data_files_deleted ⇒ ::Integer
Returns the value of attribute number_of_data_files_deleted.
4560 4561 4562 |
# File 'sig/types.rbs', line 4560 def number_of_data_files_deleted @number_of_data_files_deleted end |
#number_of_dpus ⇒ ::Integer
Returns the value of attribute number_of_dpus.
4564 4565 4566 |
# File 'sig/types.rbs', line 4564 def number_of_dpus @number_of_dpus end |
#number_of_manifest_files_deleted ⇒ ::Integer
Returns the value of attribute number_of_manifest_files_deleted.
4561 4562 4563 |
# File 'sig/types.rbs', line 4561 def number_of_manifest_files_deleted @number_of_manifest_files_deleted end |
#number_of_manifest_lists_deleted ⇒ ::Integer
Returns the value of attribute number_of_manifest_lists_deleted.
4562 4563 4564 |
# File 'sig/types.rbs', line 4562 def number_of_manifest_lists_deleted @number_of_manifest_lists_deleted end |