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.



1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1137

class TableBucketMaintenanceConfigurationValue < Struct.new(
  :status,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the maintenance configuration.

Returns:

  • (String)


1137
1138
1139
1140
1141
1142
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1137

class TableBucketMaintenanceConfigurationValue < Struct.new(
  :status,
  :settings)
  SENSITIVE = []
  include Aws::Structure
end