Struct assemblylift_iomod_dynamodb_guest::structs::DeleteItemInput[][src]

pub struct DeleteItemInput {
    pub table_name: TableName,
    pub key: Key,
    pub expected: Option<ExpectedAttributeMap>,
    pub conditional_operator: Option<ConditionalOperator>,
    pub return_values: Option<ReturnValue>,
    pub return_consumed_capacity: Option<ReturnConsumedCapacity>,
    pub return_item_collection_metrics: Option<ReturnItemCollectionMetrics>,
    pub condition_expression: Option<ConditionExpression>,
    pub expression_attribute_names: Option<ExpressionAttributeNameMap>,
    pub expression_attribute_values: Option<ExpressionAttributeValueMap>,
}

Fields

table_name: TableNamekey: Keyexpected: Option<ExpectedAttributeMap>conditional_operator: Option<ConditionalOperator>return_values: Option<ReturnValue>return_consumed_capacity: Option<ReturnConsumedCapacity>return_item_collection_metrics: Option<ReturnItemCollectionMetrics>condition_expression: Option<ConditionExpression>expression_attribute_names: Option<ExpressionAttributeNameMap>expression_attribute_values: Option<ExpressionAttributeValueMap>

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.