Class: Aws::Types::IcebergOptimizationPropertiesOutput
- Inherits:
-
Object
- Object
- Aws::Types::IcebergOptimizationPropertiesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compaction ⇒ ::Hash[::String, ::String]
Returns the value of attribute compaction.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#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.
4515 4516 4517 |
# File 'sig/types.rbs', line 4515 def compaction @compaction end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
4518 4519 4520 |
# File 'sig/types.rbs', line 4518 def last_updated_time @last_updated_time end |
#orphan_file_deletion ⇒ ::Hash[::String, ::String]
Returns the value of attribute orphan_file_deletion.
4517 4518 4519 |
# File 'sig/types.rbs', line 4517 def orphan_file_deletion @orphan_file_deletion end |
#retention ⇒ ::Hash[::String, ::String]
Returns the value of attribute retention.
4516 4517 4518 |
# File 'sig/types.rbs', line 4516 def retention @retention end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4514 4515 4516 |
# File 'sig/types.rbs', line 4514 def role_arn @role_arn end |