class Aws::DynamoDB::Types::GlobalTableDescription
Contains details about the global table.
@!attribute [rw] replication_group
The Regions where the global table has replicas. @return [Array<Types::ReplicaDescription>]
@!attribute [rw] global_table_arn
The unique identifier of the global table. @return [String]
@!attribute [rw] creation_date_time
The creation time of the global table. @return [Time]
@!attribute [rw] global_table_status
The current state of the global table: * `CREATING` - The global table is being created. * `UPDATING` - The global table is being updated. * `DELETING` - The global table is being deleted. * `ACTIVE` - The global table is ready for use. @return [String]
@!attribute [rw] global_table_name
The global table name. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/GlobalTableDescription AWS API Documentation
Constants
- SENSITIVE