Class: Aws::S3Tables::Types::GetTableRecordExpirationConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableRecordExpirationConfigurationResponse
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::TableRecordExpirationConfigurationValue
The record expiration configuration for the table, including the status and retention settings.
Instance Attribute Details
#configuration ⇒ Types::TableRecordExpirationConfigurationValue
The record expiration configuration for the table, including the status and retention settings.
921 922 923 924 925 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 921 class GetTableRecordExpirationConfigurationResponse < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |