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