Class: Aws::S3Tables::Types::GetTableBucketMetricsConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableBucketMetricsConfigurationResponse
- Defined in:
- gems/aws-sdk-s3tables/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.
519 520 521 522 523 524 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 519 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.
519 520 521 522 523 524 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 519 class GetTableBucketMetricsConfigurationResponse < Struct.new( :table_bucket_arn, :id) SENSITIVE = [] include Aws::Structure end |