Struct assemblylift_iomod_dynamodb_guest::structs::ExportDescription[][src]

pub struct ExportDescription {
Show fields pub export_arn: Option<ExportArn>, pub export_status: Option<ExportStatus>, pub start_time: Option<ExportStartTime>, pub end_time: Option<ExportEndTime>, pub export_manifest: Option<ExportManifest>, pub table_arn: Option<TableArn>, pub table_id: Option<TableId>, pub export_time: Option<ExportTime>, pub client_token: Option<ClientToken>, pub s3_bucket: Option<S3Bucket>, pub s3_bucket_owner: Option<S3BucketOwner>, pub s3_prefix: Option<S3Prefix>, pub s3_sse_algorithm: Option<S3SseAlgorithm>, pub s3_sse_kms_key_id: Option<S3SseKmsKeyId>, pub failure_code: Option<FailureCode>, pub failure_message: Option<FailureMessage>, pub export_format: Option<ExportFormat>, pub billed_size_bytes: Option<BilledSizeBytes>, pub item_count: Option<ItemCount>,
}

Fields

export_arn: Option<ExportArn>export_status: Option<ExportStatus>start_time: Option<ExportStartTime>end_time: Option<ExportEndTime>export_manifest: Option<ExportManifest>table_arn: Option<TableArn>table_id: Option<TableId>export_time: Option<ExportTime>client_token: Option<ClientToken>s3_bucket: Option<S3Bucket>s3_bucket_owner: Option<S3BucketOwner>s3_prefix: Option<S3Prefix>s3_sse_algorithm: Option<S3SseAlgorithm>s3_sse_kms_key_id: Option<S3SseKmsKeyId>failure_code: Option<FailureCode>failure_message: Option<FailureMessage>export_format: Option<ExportFormat>billed_size_bytes: Option<BilledSizeBytes>item_count: Option<ItemCount>

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.