pub struct DataCaptureConfigSummary {
pub capture_status: String,
pub current_sampling_percentage: i64,
pub destination_s3_uri: String,
pub enable_capture: bool,
pub kms_key_id: String,
}Expand description
Fields§
§capture_status: String§
current_sampling_percentage: i64§
destination_s3_uri: String§
enable_capture: bool§
kms_key_id: StringTrait Implementations§
Source§impl Clone for DataCaptureConfigSummary
impl Clone for DataCaptureConfigSummary
Source§fn clone(&self) -> DataCaptureConfigSummary
fn clone(&self) -> DataCaptureConfigSummary
Returns a duplicate of the value. Read more
1.0.0 · 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 DataCaptureConfigSummary
impl Debug for DataCaptureConfigSummary
Source§impl Default for DataCaptureConfigSummary
impl Default for DataCaptureConfigSummary
Source§fn default() -> DataCaptureConfigSummary
fn default() -> DataCaptureConfigSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataCaptureConfigSummary
impl<'de> Deserialize<'de> for DataCaptureConfigSummary
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 DataCaptureConfigSummary
impl PartialEq for DataCaptureConfigSummary
impl StructuralPartialEq for DataCaptureConfigSummary
Auto Trait Implementations§
impl Freeze for DataCaptureConfigSummary
impl RefUnwindSafe for DataCaptureConfigSummary
impl Send for DataCaptureConfigSummary
impl Sync for DataCaptureConfigSummary
impl Unpin for DataCaptureConfigSummary
impl UnwindSafe for DataCaptureConfigSummary
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