Struct assemblylift_iomod_dynamodb_guest::structs::TableDescription[][src]

pub struct TableDescription {
Show fields pub attribute_definitions: Option<AttributeDefinitions>, pub table_name: Option<TableName>, pub key_schema: Option<KeySchema>, pub table_status: Option<TableStatus>, pub creation_date_time: Option<Date>, pub provisioned_throughput: Option<ProvisionedThroughputDescription>, pub table_size_bytes: Option<Long>, pub item_count: Option<Long>, pub table_arn: Option<String>, pub table_id: Option<TableId>, pub billing_mode_summary: Option<BillingModeSummary>, pub local_secondary_indexes: Option<LocalSecondaryIndexDescriptionList>, pub global_secondary_indexes: Option<GlobalSecondaryIndexDescriptionList>, pub stream_specification: Option<StreamSpecification>, pub latest_stream_label: Option<String>, pub latest_stream_arn: Option<StreamArn>, pub global_table_version: Option<String>, pub replicas: Option<ReplicaDescriptionList>, pub restore_summary: Option<RestoreSummary>, pub sse_description: Option<SSEDescription>, pub archival_summary: Option<ArchivalSummary>,
}

Fields

attribute_definitions: Option<AttributeDefinitions>table_name: Option<TableName>key_schema: Option<KeySchema>table_status: Option<TableStatus>creation_date_time: Option<Date>provisioned_throughput: Option<ProvisionedThroughputDescription>table_size_bytes: Option<Long>item_count: Option<Long>table_arn: Option<String>table_id: Option<TableId>billing_mode_summary: Option<BillingModeSummary>local_secondary_indexes: Option<LocalSecondaryIndexDescriptionList>global_secondary_indexes: Option<GlobalSecondaryIndexDescriptionList>stream_specification: Option<StreamSpecification>latest_stream_label: Option<String>latest_stream_arn: Option<StreamArn>global_table_version: Option<String>replicas: Option<ReplicaDescriptionList>restore_summary: Option<RestoreSummary>sse_description: Option<SSEDescription>archival_summary: Option<ArchivalSummary>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.