Class: Aws::Types::IcebergOptimizationProperties
- Inherits:
-
Object
- Object
- Aws::Types::IcebergOptimizationProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compaction ⇒ ::Hash[::String, ::String]
Returns the value of attribute compaction.
-
#orphan_file_deletion ⇒ ::Hash[::String, ::String]
Returns the value of attribute orphan_file_deletion.
-
#retention ⇒ ::Hash[::String, ::String]
Returns the value of attribute retention.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#compaction ⇒ ::Hash[::String, ::String]
Returns the value of attribute compaction.
4536 4537 4538 |
# File 'sig/types.rbs', line 4536 def compaction @compaction end |
#orphan_file_deletion ⇒ ::Hash[::String, ::String]
Returns the value of attribute orphan_file_deletion.
4538 4539 4540 |
# File 'sig/types.rbs', line 4538 def orphan_file_deletion @orphan_file_deletion end |
#retention ⇒ ::Hash[::String, ::String]
Returns the value of attribute retention.
4537 4538 4539 |
# File 'sig/types.rbs', line 4537 def retention @retention end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4535 4536 4537 |
# File 'sig/types.rbs', line 4535 def role_arn @role_arn end |