Class: Aws::Types::IcebergOrphanFileDeletionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


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

def location
  @location
end

#orphan_file_retention_period_in_days::Integer

Returns the value of attribute orphan_file_retention_period_in_days.

Returns:

  • (::Integer)


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

def orphan_file_retention_period_in_days
  @orphan_file_retention_period_in_days
end

#run_rate_in_hours::Integer

Returns the value of attribute run_rate_in_hours.

Returns:

  • (::Integer)


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

def run_rate_in_hours
  @run_rate_in_hours
end