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)


4543
4544
4545
# File 'sig/types.rbs', line 4543

def location
  @location
end

#orphan_file_retention_period_in_days::Integer

Returns the value of attribute orphan_file_retention_period_in_days.

Returns:

  • (::Integer)


4542
4543
4544
# File 'sig/types.rbs', line 4542

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)


4544
4545
4546
# File 'sig/types.rbs', line 4544

def run_rate_in_hours
  @run_rate_in_hours
end