Class: Aws::S3Tables::Types::TableBucketMaintenanceConfigurationValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#settingsTypes::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

#statusString

The status of the maintenance configuration.

Returns:

  • (String)


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