Class: Aws::S3Tables::Types::PutTableBucketMetricsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::PutTableBucketMetricsConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
Instance Attribute Details
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
1635 1636 1637 1638 1639 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1635 class PutTableBucketMetricsConfigurationRequest < Struct.new( :table_bucket_arn) SENSITIVE = [] include Aws::Structure end |