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.
4582 4583 4584 |
# File 'sig/types.rbs', line 4582 def dpu_hours @dpu_hours end |
#job_duration_in_hour ⇒ ::Float
Returns the value of attribute job_duration_in_hour.
4584 4585 4586 |
# File 'sig/types.rbs', line 4584 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.
4579 4580 4581 |
# File 'sig/types.rbs', line 4579 def number_of_data_files_deleted @number_of_data_files_deleted end |
#number_of_dpus ⇒ ::Integer
Returns the value of attribute number_of_dpus.
4583 4584 4585 |
# File 'sig/types.rbs', line 4583 def number_of_dpus @number_of_dpus end |
#number_of_manifest_files_deleted ⇒ ::Integer
Returns the value of attribute number_of_manifest_files_deleted.
4580 4581 4582 |
# File 'sig/types.rbs', line 4580 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.
4581 4582 4583 |
# File 'sig/types.rbs', line 4581 def number_of_manifest_lists_deleted @number_of_manifest_lists_deleted end |