Struct aws_sdk_grafana::output::UpdatePermissionsOutput
source · #[non_exhaustive]pub struct UpdatePermissionsOutput { /* private fields */ }
Implementations§
source§impl UpdatePermissionsOutput
impl UpdatePermissionsOutput
sourcepub fn errors(&self) -> Option<&[UpdateError]>
pub fn errors(&self) -> Option<&[UpdateError]>
An array of structures that contain the errors from the operation, if any.
source§impl UpdatePermissionsOutput
impl UpdatePermissionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePermissionsOutput
.
Trait Implementations§
source§impl Clone for UpdatePermissionsOutput
impl Clone for UpdatePermissionsOutput
source§fn clone(&self) -> UpdatePermissionsOutput
fn clone(&self) -> UpdatePermissionsOutput
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 Debug for UpdatePermissionsOutput
impl Debug for UpdatePermissionsOutput
source§impl PartialEq<UpdatePermissionsOutput> for UpdatePermissionsOutput
impl PartialEq<UpdatePermissionsOutput> for UpdatePermissionsOutput
source§fn eq(&self, other: &UpdatePermissionsOutput) -> bool
fn eq(&self, other: &UpdatePermissionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.