pub struct LogGroup {Show 13 fields
pub arn: Option<String>,
pub bearer_token_authentication_enabled: Option<bool>,
pub creation_time: Option<i64>,
pub data_protection_status: Option<DataProtectionStatus>,
pub deletion_protection_enabled: Option<bool>,
pub inherited_properties: Vec<InheritedProperty>,
pub kms_key_id: Option<String>,
pub log_group_arn: Option<String>,
pub log_group_class: Option<LogGroupClass>,
pub log_group_name: Option<String>,
pub metric_filter_count: Option<i32>,
pub retention_in_days: Option<i32>,
pub stored_bytes: Option<i64>,
}Expand description
CloudWatch Logs LogGroup.
Fields§
§arn: Option<String>§bearer_token_authentication_enabled: Option<bool>§creation_time: Option<i64>§data_protection_status: Option<DataProtectionStatus>§deletion_protection_enabled: Option<bool>§inherited_properties: Vec<InheritedProperty>§kms_key_id: Option<String>§log_group_arn: Option<String>§log_group_class: Option<LogGroupClass>§log_group_name: Option<String>§metric_filter_count: Option<i32>§retention_in_days: Option<i32>§stored_bytes: Option<i64>Trait Implementations§
Source§impl<'de> Deserialize<'de> for LogGroup
impl<'de> Deserialize<'de> for LogGroup
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
Auto Trait Implementations§
impl Freeze for LogGroup
impl RefUnwindSafe for LogGroup
impl Send for LogGroup
impl Sync for LogGroup
impl Unpin for LogGroup
impl UnsafeUnpin for LogGroup
impl UnwindSafe for LogGroup
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