Class: Aws::S3Tables::Types::TableMaintenanceConfigurationValue

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

Instance Attribute Details

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

#statusString

The status of the maintenance configuration.

Returns:

  • (String)


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