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)


4573
4574
4575
# File 'sig/types.rbs', line 4573

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)


4572
4573
4574
# File 'sig/types.rbs', line 4572

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)


4574
4575
4576
# File 'sig/types.rbs', line 4574

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)


4571
4572
4573
# File 'sig/types.rbs', line 4571

def snapshot_retention_period_in_days
  @snapshot_retention_period_in_days
end