pub struct UpdateContributorInsightsOutput {
pub contributor_insights_status: Option<String>,
pub index_name: Option<String>,
pub table_name: Option<String>,
}
Fields§
§contributor_insights_status: Option<String>
The status of contributor insights
index_name: Option<String>
The name of the global secondary index, if applicable.
table_name: Option<String>
The name of the table.
Trait Implementations§
Source§impl Clone for UpdateContributorInsightsOutput
impl Clone for UpdateContributorInsightsOutput
Source§fn clone(&self) -> UpdateContributorInsightsOutput
fn clone(&self) -> UpdateContributorInsightsOutput
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 UpdateContributorInsightsOutput
impl Default for UpdateContributorInsightsOutput
Source§fn default() -> UpdateContributorInsightsOutput
fn default() -> UpdateContributorInsightsOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateContributorInsightsOutput
impl<'de> Deserialize<'de> for UpdateContributorInsightsOutput
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 UpdateContributorInsightsOutput
impl PartialEq for UpdateContributorInsightsOutput
Source§fn eq(&self, other: &UpdateContributorInsightsOutput) -> bool
fn eq(&self, other: &UpdateContributorInsightsOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateContributorInsightsOutput
Auto Trait Implementations§
impl Freeze for UpdateContributorInsightsOutput
impl RefUnwindSafe for UpdateContributorInsightsOutput
impl Send for UpdateContributorInsightsOutput
impl Sync for UpdateContributorInsightsOutput
impl Unpin for UpdateContributorInsightsOutput
impl UnwindSafe for UpdateContributorInsightsOutput
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