Class: Aws::Glue::Types::RetentionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::RetentionConfiguration
- Defined in:
- gems/aws-sdk-glue/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.
21386 21387 21388 21389 21390 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21386 class RetentionConfiguration < Struct.new( :iceberg_configuration) SENSITIVE = [] include Aws::Structure end |