Class: Aws::S3Tables::Types::GetTableBucketMetricsConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableBucketMetricsConfigurationResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the metrics configuration.
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
Instance Attribute Details
#id ⇒ String
The unique identifier of the metrics configuration.
573 574 575 576 577 578 |
# File 'lib/aws-sdk-s3tables/types.rb', line 573 class GetTableBucketMetricsConfigurationResponse < Struct.new( :table_bucket_arn, :id) SENSITIVE = [] include Aws::Structure end |
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
573 574 575 576 577 578 |
# File 'lib/aws-sdk-s3tables/types.rb', line 573 class GetTableBucketMetricsConfigurationResponse < Struct.new( :table_bucket_arn, :id) SENSITIVE = [] include Aws::Structure end |