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

Class: Aws::DynamoDB::Types::TableAutoScalingDescription

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#replicasArray<Types::ReplicaAutoScalingDescription>

Represents replicas of the global table.

Returns:

#table_nameString

The name of the table.

Returns:

  • (String)

    The name of the table.

#table_statusString

The current state of the table:

  • CREATING - The table is being created.

  • UPDATING - The table is being updated.

  • DELETING - The table is being deleted.

  • ACTIVE - The table is ready for use.

    Possible values:

    • CREATING
    • UPDATING
    • DELETING
    • ACTIVE
    • INACCESSIBLE_ENCRYPTION_CREDENTIALS
    • ARCHIVING
    • ARCHIVED

Returns:

  • (String)

    The current state of the table:.