pub struct AwsDynamoDbKvHeartbeatData {Show 21 fields
pub status: KvHeartbeatStatus,
pub name: String,
pub region: Option<String>,
pub table_arn: Option<String>,
pub table_status: Option<String>,
pub billing_mode: Option<String>,
pub key_schema: Vec<AwsDynamoDbKeySchemaElement>,
pub global_secondary_index_count: Option<u32>,
pub local_secondary_index_count: Option<u32>,
pub item_count: Option<u64>,
pub table_size_bytes: Option<u64>,
pub stream_enabled: Option<bool>,
pub stream_view_type: Option<String>,
pub ttl_status: Option<String>,
pub ttl_attribute_name: Option<String>,
pub deletion_protection_enabled: Option<bool>,
pub sse_status: Option<String>,
pub sse_type: Option<String>,
pub table_class: Option<String>,
pub replica_count: Option<u32>,
pub restore_in_progress: Option<bool>,
}Fields§
§status: KvHeartbeatStatus§name: String§region: Option<String>§table_arn: Option<String>§table_status: Option<String>§billing_mode: Option<String>§key_schema: Vec<AwsDynamoDbKeySchemaElement>§global_secondary_index_count: Option<u32>§local_secondary_index_count: Option<u32>§item_count: Option<u64>§table_size_bytes: Option<u64>§stream_enabled: Option<bool>§stream_view_type: Option<String>§ttl_status: Option<String>§ttl_attribute_name: Option<String>§deletion_protection_enabled: Option<bool>§sse_status: Option<String>§sse_type: Option<String>§table_class: Option<String>§replica_count: Option<u32>§restore_in_progress: Option<bool>Trait Implementations§
Source§impl Clone for AwsDynamoDbKvHeartbeatData
impl Clone for AwsDynamoDbKvHeartbeatData
Source§fn clone(&self) -> AwsDynamoDbKvHeartbeatData
fn clone(&self) -> AwsDynamoDbKvHeartbeatData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AwsDynamoDbKvHeartbeatData
impl Debug for AwsDynamoDbKvHeartbeatData
Source§impl<'de> Deserialize<'de> for AwsDynamoDbKvHeartbeatData
impl<'de> Deserialize<'de> for AwsDynamoDbKvHeartbeatData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AwsDynamoDbKvHeartbeatData
impl PartialEq for AwsDynamoDbKvHeartbeatData
Source§fn eq(&self, other: &AwsDynamoDbKvHeartbeatData) -> bool
fn eq(&self, other: &AwsDynamoDbKvHeartbeatData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AwsDynamoDbKvHeartbeatData
Auto Trait Implementations§
impl Freeze for AwsDynamoDbKvHeartbeatData
impl RefUnwindSafe for AwsDynamoDbKvHeartbeatData
impl Send for AwsDynamoDbKvHeartbeatData
impl Sync for AwsDynamoDbKvHeartbeatData
impl Unpin for AwsDynamoDbKvHeartbeatData
impl UnsafeUnpin for AwsDynamoDbKvHeartbeatData
impl UnwindSafe for AwsDynamoDbKvHeartbeatData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more