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.
4507 4508 4509 |
# File 'sig/types.rbs', line 4507 def compaction @compaction end |
#orphan_file_deletion ⇒ ::Hash[::String, ::String]
Returns the value of attribute orphan_file_deletion.
4509 4510 4511 |
# File 'sig/types.rbs', line 4509 def orphan_file_deletion @orphan_file_deletion end |
#retention ⇒ ::Hash[::String, ::String]
Returns the value of attribute retention.
4508 4509 4510 |
# File 'sig/types.rbs', line 4508 def retention @retention end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4506 4507 4508 |
# File 'sig/types.rbs', line 4506 def role_arn @role_arn end |