Struct aws_sdk_rds::operation::modify_db_snapshot_attribute::ModifyDbSnapshotAttributeOutput
source · #[non_exhaustive]pub struct ModifyDbSnapshotAttributeOutput { /* private fields */ }Implementations§
source§impl ModifyDbSnapshotAttributeOutput
impl ModifyDbSnapshotAttributeOutput
sourcepub fn db_snapshot_attributes_result(
&self
) -> Option<&DbSnapshotAttributesResult>
pub fn db_snapshot_attributes_result( &self ) -> Option<&DbSnapshotAttributesResult>
Contains the results of a successful call to the DescribeDBSnapshotAttributes API action.
Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.
source§impl ModifyDbSnapshotAttributeOutput
impl ModifyDbSnapshotAttributeOutput
sourcepub fn builder() -> ModifyDbSnapshotAttributeOutputBuilder
pub fn builder() -> ModifyDbSnapshotAttributeOutputBuilder
Creates a new builder-style object to manufacture ModifyDbSnapshotAttributeOutput.
Trait Implementations§
source§impl Clone for ModifyDbSnapshotAttributeOutput
impl Clone for ModifyDbSnapshotAttributeOutput
source§fn clone(&self) -> ModifyDbSnapshotAttributeOutput
fn clone(&self) -> ModifyDbSnapshotAttributeOutput
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<ModifyDbSnapshotAttributeOutput> for ModifyDbSnapshotAttributeOutput
impl PartialEq<ModifyDbSnapshotAttributeOutput> for ModifyDbSnapshotAttributeOutput
source§fn eq(&self, other: &ModifyDbSnapshotAttributeOutput) -> bool
fn eq(&self, other: &ModifyDbSnapshotAttributeOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ModifyDbSnapshotAttributeOutput
impl RequestId for ModifyDbSnapshotAttributeOutput
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.