pub struct AwsParameterStoreVaultHeartbeatData {Show 13 fields
pub status: VaultHeartbeatStatus,
pub account_id: String,
pub region: String,
pub prefix: String,
pub parameter_metadata_sampled: bool,
pub sampled_parameter_count: Option<u32>,
pub sampled_secure_string_count: Option<u32>,
pub sampled_string_count: Option<u32>,
pub sampled_string_list_count: Option<u32>,
pub sampled_advanced_tier_count: Option<u32>,
pub sampled_kms_key_metadata_present_count: Option<u32>,
pub latest_modified_at: Option<DateTime<Utc>>,
pub has_more_parameters: Option<bool>,
}Fields§
§status: VaultHeartbeatStatus§account_id: String§region: String§prefix: String§parameter_metadata_sampled: bool§sampled_parameter_count: Option<u32>§sampled_secure_string_count: Option<u32>§sampled_string_count: Option<u32>§sampled_string_list_count: Option<u32>§sampled_advanced_tier_count: Option<u32>§sampled_kms_key_metadata_present_count: Option<u32>§latest_modified_at: Option<DateTime<Utc>>§has_more_parameters: Option<bool>Trait Implementations§
Source§impl Clone for AwsParameterStoreVaultHeartbeatData
impl Clone for AwsParameterStoreVaultHeartbeatData
Source§fn clone(&self) -> AwsParameterStoreVaultHeartbeatData
fn clone(&self) -> AwsParameterStoreVaultHeartbeatData
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<'de> Deserialize<'de> for AwsParameterStoreVaultHeartbeatData
impl<'de> Deserialize<'de> for AwsParameterStoreVaultHeartbeatData
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 AwsParameterStoreVaultHeartbeatData
impl PartialEq for AwsParameterStoreVaultHeartbeatData
Source§fn eq(&self, other: &AwsParameterStoreVaultHeartbeatData) -> bool
fn eq(&self, other: &AwsParameterStoreVaultHeartbeatData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AwsParameterStoreVaultHeartbeatData
Auto Trait Implementations§
impl Freeze for AwsParameterStoreVaultHeartbeatData
impl RefUnwindSafe for AwsParameterStoreVaultHeartbeatData
impl Send for AwsParameterStoreVaultHeartbeatData
impl Sync for AwsParameterStoreVaultHeartbeatData
impl Unpin for AwsParameterStoreVaultHeartbeatData
impl UnsafeUnpin for AwsParameterStoreVaultHeartbeatData
impl UnwindSafe for AwsParameterStoreVaultHeartbeatData
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