pub struct DescribeAlarmHistoryOutput {
pub alarm_history_items: Vec<AlarmHistoryItem>,
pub next_token: Option<String>,
}Expand description
CloudWatch DescribeAlarmHistoryOutput.
Fields§
§alarm_history_items: Vec<AlarmHistoryItem>§next_token: Option<String>Trait Implementations§
Source§impl Clone for DescribeAlarmHistoryOutput
impl Clone for DescribeAlarmHistoryOutput
Source§fn clone(&self) -> DescribeAlarmHistoryOutput
fn clone(&self) -> DescribeAlarmHistoryOutput
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 DescribeAlarmHistoryOutput
impl Debug for DescribeAlarmHistoryOutput
Source§impl Default for DescribeAlarmHistoryOutput
impl Default for DescribeAlarmHistoryOutput
Source§fn default() -> DescribeAlarmHistoryOutput
fn default() -> DescribeAlarmHistoryOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeAlarmHistoryOutput
impl<'de> Deserialize<'de> for DescribeAlarmHistoryOutput
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 DescribeAlarmHistoryOutput
impl RefUnwindSafe for DescribeAlarmHistoryOutput
impl Send for DescribeAlarmHistoryOutput
impl Sync for DescribeAlarmHistoryOutput
impl Unpin for DescribeAlarmHistoryOutput
impl UnsafeUnpin for DescribeAlarmHistoryOutput
impl UnwindSafe for DescribeAlarmHistoryOutput
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