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

Class: Aws::DynamoDB::Types::SourceTableDetails

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

Overview

Contains the details of the table when the backup was created.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#billing_modeString

Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.

  • PROVISIONED - Sets the read/write capacity mode to PROVISIONED. We recommend using PROVISIONED for predictable workloads.

  • PAY_PER_REQUEST - Sets the read/write capacity mode to PAY_PER_REQUEST. We recommend using PAY_PER_REQUEST for unpredictable workloads.

    Possible values:

    • PROVISIONED
    • PAY_PER_REQUEST

Returns:

  • (String)

    Controls how you are charged for read and write throughput and how you manage capacity.

#item_countInteger

Number of items in the table. Note that this is an approximate value.

Returns:

  • (Integer)

    Number of items in the table.

#key_schemaArray<Types::KeySchemaElement>

Schema of the table.

Returns:

#provisioned_throughputTypes::ProvisionedThroughput

Read IOPs and Write IOPS on the table when the backup was created.

Returns:

#table_arnString

ARN of the table for which backup was created.

Returns:

  • (String)

    ARN of the table for which backup was created.

#table_creation_date_timeTime

Time when the source table was created.

Returns:

  • (Time)

    Time when the source table was created.

#table_idString

Unique identifier for the table for which the backup was created.

Returns:

  • (String)

    Unique identifier for the table for which the backup was created.

#table_nameString

The name of the table for which the backup was created.

Returns:

  • (String)

    The name of the table for which the backup was created.

#table_size_bytesInteger

Size of the table in bytes. Note that this is an approximate value.

Returns:

  • (Integer)

    Size of the table in bytes.