Class: Aws::S3Tables::Types::PutTableBucketMaintenanceConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_bucket_arnString

The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.

Returns:

  • (String)


1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1169

class PutTableBucketMaintenanceConfigurationRequest < Struct.new(
  :table_bucket_arn,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the maintenance configuration.

Returns:

  • (String)


1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1169

class PutTableBucketMaintenanceConfigurationRequest < Struct.new(
  :table_bucket_arn,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::TableBucketMaintenanceConfigurationValue

Defines the values of the maintenance configuration for the table bucket.



1169
1170
1171
1172
1173
1174
1175
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1169

class PutTableBucketMaintenanceConfigurationRequest < Struct.new(
  :table_bucket_arn,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end