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.
4543 4544 4545 |
# File 'sig/types.rbs', line 4543 def location @location end |
#orphan_file_retention_period_in_days ⇒ ::Integer
Returns the value of attribute orphan_file_retention_period_in_days.
4542 4543 4544 |
# File 'sig/types.rbs', line 4542 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.
4544 4545 4546 |
# File 'sig/types.rbs', line 4544 def run_rate_in_hours @run_rate_in_hours end |