Class: Aws::Glue::Types::RetentionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RetentionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The configuration for a snapshot retention optimizer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iceberg_configuration ⇒ Types::IcebergRetentionConfiguration
The configuration for an Iceberg snapshot retention optimizer.
Instance Attribute Details
#iceberg_configuration ⇒ Types::IcebergRetentionConfiguration
The configuration for an Iceberg snapshot retention optimizer.
19110 19111 19112 19113 19114 |
# File 'lib/aws-sdk-glue/types.rb', line 19110 class RetentionConfiguration < Struct.new( :iceberg_configuration) SENSITIVE = [] include Aws::Structure end |