Class: Aws::Types::IcebergOrphanFileDeletionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IcebergOrphanFileDeletionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ ::String
Returns the value of attribute location.
-
#orphan_file_retention_period_in_days ⇒ ::Integer
Returns the value of attribute orphan_file_retention_period_in_days.
-
#run_rate_in_hours ⇒ ::Integer
Returns the value of attribute run_rate_in_hours.
Instance Attribute Details
#location ⇒ ::String
Returns the value of attribute location.
4524 4525 4526 |
# File 'sig/types.rbs', line 4524 def location @location end |
#orphan_file_retention_period_in_days ⇒ ::Integer
Returns the value of attribute orphan_file_retention_period_in_days.
4523 4524 4525 |
# File 'sig/types.rbs', line 4523 def orphan_file_retention_period_in_days @orphan_file_retention_period_in_days end |
#run_rate_in_hours ⇒ ::Integer
Returns the value of attribute run_rate_in_hours.
4525 4526 4527 |
# File 'sig/types.rbs', line 4525 def run_rate_in_hours @run_rate_in_hours end |