Class: Aws::Types::IcebergRetentionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#clean_expired_filesBoolean

Returns the value of attribute clean_expired_files.

Returns:

  • (Boolean)


4583
4584
4585
# File 'sig/types.rbs', line 4583

def clean_expired_files
  @clean_expired_files
end

#number_of_snapshots_to_retain::Integer

Returns the value of attribute number_of_snapshots_to_retain.

Returns:

  • (::Integer)


4582
4583
4584
# File 'sig/types.rbs', line 4582

def number_of_snapshots_to_retain
  @number_of_snapshots_to_retain
end

#run_rate_in_hours::Integer

Returns the value of attribute run_rate_in_hours.

Returns:

  • (::Integer)


4584
4585
4586
# File 'sig/types.rbs', line 4584

def run_rate_in_hours
  @run_rate_in_hours
end

#snapshot_retention_period_in_days::Integer

Returns the value of attribute snapshot_retention_period_in_days.

Returns:

  • (::Integer)


4581
4582
4583
# File 'sig/types.rbs', line 4581

def snapshot_retention_period_in_days
  @snapshot_retention_period_in_days
end