Struct aws_sdk_dynamodb::operation::update_contributor_insights::UpdateContributorInsightsOutput
source · #[non_exhaustive]pub struct UpdateContributorInsightsOutput { /* private fields */ }
Implementations§
source§impl UpdateContributorInsightsOutput
impl UpdateContributorInsightsOutput
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the table.
sourcepub fn index_name(&self) -> Option<&str>
pub fn index_name(&self) -> Option<&str>
The name of the global secondary index, if applicable.
sourcepub fn contributor_insights_status(&self) -> Option<&ContributorInsightsStatus>
pub fn contributor_insights_status(&self) -> Option<&ContributorInsightsStatus>
The status of contributor insights
source§impl UpdateContributorInsightsOutput
impl UpdateContributorInsightsOutput
sourcepub fn builder() -> UpdateContributorInsightsOutputBuilder
pub fn builder() -> UpdateContributorInsightsOutputBuilder
Creates a new builder-style object to manufacture UpdateContributorInsightsOutput
.
Trait Implementations§
source§impl Clone for UpdateContributorInsightsOutput
impl Clone for UpdateContributorInsightsOutput
source§fn clone(&self) -> UpdateContributorInsightsOutput
fn clone(&self) -> UpdateContributorInsightsOutput
Returns a copy 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 PartialEq<UpdateContributorInsightsOutput> for UpdateContributorInsightsOutput
impl PartialEq<UpdateContributorInsightsOutput> for UpdateContributorInsightsOutput
source§fn eq(&self, other: &UpdateContributorInsightsOutput) -> bool
fn eq(&self, other: &UpdateContributorInsightsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateContributorInsightsOutput
impl RequestId for UpdateContributorInsightsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.