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)


4524
4525
4526
# File 'sig/types.rbs', line 4524

def location
  @location
end

#orphan_file_retention_period_in_days::Integer

Returns the value of attribute orphan_file_retention_period_in_days.

Returns:

  • (::Integer)


4523
4524
4525
# File 'sig/types.rbs', line 4523

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)


4525
4526
4527
# File 'sig/types.rbs', line 4525

def run_rate_in_hours
  @run_rate_in_hours
end