Class: Aws::S3Tables::Types::GetTableBucketMaintenanceConfigurationResponse

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

#configurationHash<String,Types::TableBucketMaintenanceConfigurationValue>

Details about the maintenance configuration for the table bucket.



333
334
335
336
337
338
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 333

class GetTableBucketMaintenanceConfigurationResponse < Struct.new(
  :table_bucket_arn,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#table_bucket_arnString

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

Returns:

  • (String)


333
334
335
336
337
338
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 333

class GetTableBucketMaintenanceConfigurationResponse < Struct.new(
  :table_bucket_arn,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end