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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1621
1622
1623
1624
1625
1626
1627
# File 'lib/aws-sdk-s3tables/types.rb', line 1621

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

#typeString

The type of the maintenance configuration.

Returns:

  • (String)


1621
1622
1623
1624
1625
1626
1627
# File 'lib/aws-sdk-s3tables/types.rb', line 1621

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.



1621
1622
1623
1624
1625
1626
1627
# File 'lib/aws-sdk-s3tables/types.rb', line 1621

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