pub struct UpdateDashboardPublishedVersionResponse {
pub dashboard_arn: Option<String>,
pub dashboard_id: Option<String>,
pub request_id: Option<String>,
pub status: Option<i64>,
}
Fields§
§dashboard_arn: Option<String>
The Amazon Resource Name (ARN) of the dashboard.
dashboard_id: Option<String>
The ID for the dashboard.
request_id: Option<String>
The AWS request ID for this operation.
status: Option<i64>
The HTTP status of the request.
Trait Implementations§
Source§impl Clone for UpdateDashboardPublishedVersionResponse
impl Clone for UpdateDashboardPublishedVersionResponse
Source§fn clone(&self) -> UpdateDashboardPublishedVersionResponse
fn clone(&self) -> UpdateDashboardPublishedVersionResponse
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 Default for UpdateDashboardPublishedVersionResponse
impl Default for UpdateDashboardPublishedVersionResponse
Source§fn default() -> UpdateDashboardPublishedVersionResponse
fn default() -> UpdateDashboardPublishedVersionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateDashboardPublishedVersionResponse
impl<'de> Deserialize<'de> for UpdateDashboardPublishedVersionResponse
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 UpdateDashboardPublishedVersionResponse
impl PartialEq for UpdateDashboardPublishedVersionResponse
Source§fn eq(&self, other: &UpdateDashboardPublishedVersionResponse) -> bool
fn eq(&self, other: &UpdateDashboardPublishedVersionResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateDashboardPublishedVersionResponse
Auto Trait Implementations§
impl Freeze for UpdateDashboardPublishedVersionResponse
impl RefUnwindSafe for UpdateDashboardPublishedVersionResponse
impl Send for UpdateDashboardPublishedVersionResponse
impl Sync for UpdateDashboardPublishedVersionResponse
impl Unpin for UpdateDashboardPublishedVersionResponse
impl UnwindSafe for UpdateDashboardPublishedVersionResponse
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