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.
4592 4593 4594 |
# File 'sig/types.rbs', line 4592 def dpu_hours @dpu_hours end |
#job_duration_in_hour ⇒ ::Float
Returns the value of attribute job_duration_in_hour.
4594 4595 4596 |
# File 'sig/types.rbs', line 4594 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.
4589 4590 4591 |
# File 'sig/types.rbs', line 4589 def number_of_data_files_deleted @number_of_data_files_deleted end |
#number_of_dpus ⇒ ::Integer
Returns the value of attribute number_of_dpus.
4593 4594 4595 |
# File 'sig/types.rbs', line 4593 def number_of_dpus @number_of_dpus end |
#number_of_manifest_files_deleted ⇒ ::Integer
Returns the value of attribute number_of_manifest_files_deleted.
4590 4591 4592 |
# File 'sig/types.rbs', line 4590 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.
4591 4592 4593 |
# File 'sig/types.rbs', line 4591 def number_of_manifest_lists_deleted @number_of_manifest_lists_deleted end |