Class: Aws::S3Tables::Types::TableSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::TableSummary
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Contains details about a table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time the table was created at.
-
#managed_by_service ⇒ String
The Amazon Web Services service managing this table, if applicable.
-
#modified_at ⇒ Time
The date and time the table was last modified at.
-
#name ⇒ String
The name of the table.
-
#namespace ⇒ Array<String>
The name of the namespace.
-
#namespace_id ⇒ String
The unique identifier for the namespace that contains this table.
-
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
-
#table_bucket_id ⇒ String
The unique identifier for the table bucket that contains this table.
-
#type ⇒ String
The type of the table.
Instance Attribute Details
#created_at ⇒ Time
The date and time the table was created at.
2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364 class TableSummary < Struct.new( :namespace, :name, :type, :table_arn, :created_at, :modified_at, :managed_by_service, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#managed_by_service ⇒ String
The Amazon Web Services service managing this table, if applicable. For example, a replicated table is managed by the S3 Tables replication service.
2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364 class TableSummary < Struct.new( :namespace, :name, :type, :table_arn, :created_at, :modified_at, :managed_by_service, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The date and time the table was last modified at.
2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364 class TableSummary < Struct.new( :namespace, :name, :type, :table_arn, :created_at, :modified_at, :managed_by_service, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the table.
2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364 class TableSummary < Struct.new( :namespace, :name, :type, :table_arn, :created_at, :modified_at, :managed_by_service, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ Array<String>
The name of the namespace.
2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364 class TableSummary < Struct.new( :namespace, :name, :type, :table_arn, :created_at, :modified_at, :managed_by_service, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#namespace_id ⇒ String
The unique identifier for the namespace that contains this table.
2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364 class TableSummary < Struct.new( :namespace, :name, :type, :table_arn, :created_at, :modified_at, :managed_by_service, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364 class TableSummary < Struct.new( :namespace, :name, :type, :table_arn, :created_at, :modified_at, :managed_by_service, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#table_bucket_id ⇒ String
The unique identifier for the table bucket that contains this table.
2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364 class TableSummary < Struct.new( :namespace, :name, :type, :table_arn, :created_at, :modified_at, :managed_by_service, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the table.
2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2364 class TableSummary < Struct.new( :namespace, :name, :type, :table_arn, :created_at, :modified_at, :managed_by_service, :namespace_id, :table_bucket_id) SENSITIVE = [] include Aws::Structure end |