Struct aws_sdk_rds::operation::modify_db_snapshot_attribute::ModifyDbSnapshotAttributeOutput
source · #[non_exhaustive]pub struct ModifyDbSnapshotAttributeOutput {
pub db_snapshot_attributes_result: Option<DbSnapshotAttributesResult>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.db_snapshot_attributes_result: 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.
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 for ModifyDbSnapshotAttributeOutput
impl PartialEq 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.impl StructuralPartialEq for ModifyDbSnapshotAttributeOutput
Auto Trait Implementations§
impl RefUnwindSafe for ModifyDbSnapshotAttributeOutput
impl Send for ModifyDbSnapshotAttributeOutput
impl Sync for ModifyDbSnapshotAttributeOutput
impl Unpin for ModifyDbSnapshotAttributeOutput
impl UnwindSafe for ModifyDbSnapshotAttributeOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.