Class: Aws::S3Tables::Types::TableBucketMaintenanceConfigurationValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::TableBucketMaintenanceConfigurationValue
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Details about the values that define the maintenance configuration for a table bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#settings ⇒ Types::TableBucketMaintenanceSettings
Contains details about the settings of the maintenance configuration.
-
#status ⇒ String
The status of the maintenance configuration.
Instance Attribute Details
#settings ⇒ Types::TableBucketMaintenanceSettings
Contains details about the settings of the maintenance configuration.
1071 1072 1073 1074 1075 1076 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1071 class TableBucketMaintenanceConfigurationValue < Struct.new( :status, :settings) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the maintenance configuration.
1071 1072 1073 1074 1075 1076 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1071 class TableBucketMaintenanceConfigurationValue < Struct.new( :status, :settings) SENSITIVE = [] include Aws::Structure end |