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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb

Overview

Contains 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.



1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1144

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

#statusString

The status of the maintenance configuration.

Returns:

  • (String)


1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1144

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