Class: Aws::S3Tables::Types::GetTableBucketMaintenanceConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableBucketMaintenanceConfigurationResponse
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Hash<String,Types::TableBucketMaintenanceConfigurationValue>
Details about the maintenance configuration for the table bucket.
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.
Instance Attribute Details
#configuration ⇒ Hash<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_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket associated with the maintenance configuration.
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 |