Class: Aws::S3Tables::Types::IcebergUnreferencedFileRemovalSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::IcebergUnreferencedFileRemovalSettings
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Contains details about the unreferenced file removal settings for an Iceberg table bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#non_current_days ⇒ Integer
The number of days an object has to be non-current before it is deleted.
-
#unreferenced_days ⇒ Integer
The number of days an object has to be unreferenced before it is marked as non-current.
Instance Attribute Details
#non_current_days ⇒ Integer
The number of days an object has to be non-current before it is deleted.
712 713 714 715 716 717 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 712 class IcebergUnreferencedFileRemovalSettings < Struct.new( :unreferenced_days, :non_current_days) SENSITIVE = [] include Aws::Structure end |
#unreferenced_days ⇒ Integer
The number of days an object has to be unreferenced before it is marked as non-current.
712 713 714 715 716 717 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 712 class IcebergUnreferencedFileRemovalSettings < Struct.new( :unreferenced_days, :non_current_days) SENSITIVE = [] include Aws::Structure end |