pub struct MonitoringOutput {
pub s3_output: MonitoringS3Output,
}
Expand description
The output object for a monitoring job.
Fields§
§s3_output: MonitoringS3Output
The Amazon S3 storage location where the results of a monitoring job are saved.
Trait Implementations§
Source§impl Clone for MonitoringOutput
impl Clone for MonitoringOutput
Source§fn clone(&self) -> MonitoringOutput
fn clone(&self) -> MonitoringOutput
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 MonitoringOutput
impl Debug for MonitoringOutput
Source§impl Default for MonitoringOutput
impl Default for MonitoringOutput
Source§fn default() -> MonitoringOutput
fn default() -> MonitoringOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MonitoringOutput
impl<'de> Deserialize<'de> for MonitoringOutput
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 MonitoringOutput
impl PartialEq for MonitoringOutput
Source§impl Serialize for MonitoringOutput
impl Serialize for MonitoringOutput
impl StructuralPartialEq for MonitoringOutput
Auto Trait Implementations§
impl Freeze for MonitoringOutput
impl RefUnwindSafe for MonitoringOutput
impl Send for MonitoringOutput
impl Sync for MonitoringOutput
impl Unpin for MonitoringOutput
impl UnwindSafe for MonitoringOutput
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