Class: Aws::Types::IcebergOptimizationProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compaction::Hash[::String, ::String]

Returns the value of attribute compaction.

Returns:

  • (::Hash[::String, ::String])


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

def compaction
  @compaction
end

#orphan_file_deletion::Hash[::String, ::String]

Returns the value of attribute orphan_file_deletion.

Returns:

  • (::Hash[::String, ::String])


4528
4529
4530
# File 'sig/types.rbs', line 4528

def orphan_file_deletion
  @orphan_file_deletion
end

#retention::Hash[::String, ::String]

Returns the value of attribute retention.

Returns:

  • (::Hash[::String, ::String])


4527
4528
4529
# File 'sig/types.rbs', line 4527

def retention
  @retention
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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

def role_arn
  @role_arn
end