Class: Aws::S3Tables::Types::TableMaintenanceConfigurationValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::TableMaintenanceConfigurationValue
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
The values that define a maintenance configuration for a table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#settings ⇒ Types::TableMaintenanceSettings
Contains details about the settings for the maintenance configuration.
-
#status ⇒ String
The status of the maintenance configuration.
Instance Attribute Details
#settings ⇒ Types::TableMaintenanceSettings
Contains details about the settings for the maintenance configuration.
2134 2135 2136 2137 2138 2139 |
# File 'lib/aws-sdk-s3tables/types.rb', line 2134 class TableMaintenanceConfigurationValue < Struct.new( :status, :settings) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the maintenance configuration.
2134 2135 2136 2137 2138 2139 |
# File 'lib/aws-sdk-s3tables/types.rb', line 2134 class TableMaintenanceConfigurationValue < Struct.new( :status, :settings) SENSITIVE = [] include Aws::Structure end |