You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDB::Types::GlobalTableDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation time of the global table.

Returns:

  • (Time)

    The creation time of the global table.

#global_table_arnString

The unique identifier of the global table.

Returns:

  • (String)

    The unique identifier of the global table.

#global_table_nameString

The global table name.

Returns:

  • (String)

    The global table name.

#global_table_statusString

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.

    Possible values:

    • CREATING
    • ACTIVE
    • DELETING
    • UPDATING

Returns:

  • (String)

    The current state of the global table:.

#replication_groupArray<Types::ReplicaDescription>

The Regions where the global table has replicas.

Returns: