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)


4554
4555
4556
# File 'sig/types.rbs', line 4554

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)


4553
4554
4555
# File 'sig/types.rbs', line 4553

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)


4555
4556
4557
# File 'sig/types.rbs', line 4555

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)


4552
4553
4554
# File 'sig/types.rbs', line 4552

def snapshot_retention_period_in_days
  @snapshot_retention_period_in_days
end