Struct aws_manager::cloudwatch::Disk
source · [−]pub struct Disk {
pub resources: Vec<String>,
pub measurement: Vec<String>,
pub ignore_file_system_types: Option<Vec<String>>,
pub metrics_collection_interval: u32,
}
Expand description
ref. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Agent-Configuration-File-Details.html
Fields
resources: Vec<String>
measurement: Vec<String>
ignore_file_system_types: Option<Vec<String>>
metrics_collection_interval: u32
Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Disk
impl<'de> Deserialize<'de> for Disk
sourcefn 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
impl Eq for Disk
impl StructuralEq for Disk
impl StructuralPartialEq for Disk
Auto Trait Implementations
impl RefUnwindSafe for Disk
impl Send for Disk
impl Sync for Disk
impl Unpin for Disk
impl UnwindSafe for Disk
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.