Return types

class TableDescription

TableDescription.

attribute_definitions
Type:None or list of AttributeDefinition
creation_date_time
Type:None or datetime
global_secondary_indexes
Type:None or list of GlobalSecondaryIndexDescription
item_count
Type:None or long
key_schema
Type:None or list of KeySchemaElement
local_secondary_indexes
Type:None or list of LocalSecondaryIndexDescription
provisioned_throughput
Type:None or ProvisionedThroughputDescription
table_name
Type:None or string
table_size_bytes
Type:None or long
table_status
Type:None or string
class AttributeDefinition

AttributeDefinition.

attribute_name
Type:None or string
attribute_type
Type:None or string
class GlobalSecondaryIndexDescription

GlobalSecondaryIndexDescription.

index_name
Type:None or string
index_size_bytes
Type:None or long
index_status
Type:None or string
item_count
Type:None or long
key_schema
Type:None or list of KeySchemaElement
projection
Type:None or Projection
provisioned_throughput
Type:None or ProvisionedThroughputDescription
class Projection

Projection.

non_key_attributes
Type:None or list of string
projection_type
Type:None or string
class ProvisionedThroughputDescription

ProvisionedThroughputDescription.

last_decrease_date_time
Type:None or datetime
last_increase_date_time
Type:None or datetime
number_of_decreases_today
Type:None or long
read_capacity_units
Type:None or long
write_capacity_units
Type:None or long
class KeySchemaElement

KeySchemaElement.

attribute_name
Type:None or string
key_type
Type:None or string
class LocalSecondaryIndexDescription

LocalSecondaryIndexDescription.

index_name
Type:None or string
index_size_bytes
Type:None or long
item_count
Type:None or long
key_schema
Type:None or list of KeySchemaElement
projection
Type:None or Projection
class ConsumedCapacity

ConsumedCapacity.

capacity_units

The total capacity units consumed by the request.

Type:None or float
global_secondary_indexes

The capacity consumed on GSIs.

Type:None or dict of string (index name) to Capacity
local_secondary_indexes

The capacity consumed on LSIs.

Type:None or dict of string (index name) to Capacity
table

The capacity consumed on the table itself.

Type:None or Capacity
table_name

The name of the table.

Type:None or string
class Capacity

Capacity.

capacity_units

Actual units of consumed capacity.

Type:None or float
class ItemCollectionMetrics

ItemCollectionMetrics.

item_collection_key

Hash key of the collection whose size is estimated.

Type:None or dict
size_estimate_range_gb

Range of sizes of the collection in GB.

Type:None or list of two float