Class: Aws::S3Tables::Types::IcebergUnreferencedFileRemovalSettings

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#non_current_daysInteger

The number of days an object has to be non-current before it is deleted.

Returns:

  • (Integer)


1278
1279
1280
1281
1282
1283
# File 'lib/aws-sdk-s3tables/types.rb', line 1278

class IcebergUnreferencedFileRemovalSettings < Struct.new(
  :unreferenced_days,
  :non_current_days)
  SENSITIVE = []
  include Aws::Structure
end

#unreferenced_daysInteger

The number of days an object has to be unreferenced before it is marked as non-current.

Returns:

  • (Integer)


1278
1279
1280
1281
1282
1283
# File 'lib/aws-sdk-s3tables/types.rb', line 1278

class IcebergUnreferencedFileRemovalSettings < Struct.new(
  :unreferenced_days,
  :non_current_days)
  SENSITIVE = []
  include Aws::Structure
end