Class: Aws::S3Tables::Types::ManagedTableInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::ManagedTableInformation
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Contains information about tables that are managed by S3 Tables, including replication information for replica tables.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replication_information ⇒ Types::ReplicationInformation
If this table is a replica, contains information about the source table from which it is replicated.
Instance Attribute Details
#replication_information ⇒ Types::ReplicationInformation
If this table is a replica, contains information about the source table from which it is replicated.
1513 1514 1515 1516 1517 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1513 class ManagedTableInformation < Struct.new( :replication_information) SENSITIVE = [] include Aws::Structure end |