Struct aws_sdk_redshift::types::AccountWithRestoreAccess
source · #[non_exhaustive]pub struct AccountWithRestoreAccess { /* private fields */ }
Expand description
Describes an Amazon Web Services account authorized to restore a snapshot.
Implementations§
source§impl AccountWithRestoreAccess
impl AccountWithRestoreAccess
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The identifier of an Amazon Web Services account authorized to restore a snapshot.
sourcepub fn account_alias(&self) -> Option<&str>
pub fn account_alias(&self) -> Option<&str>
The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web Services Support, the identifier is amazon-redshift-support
.
source§impl AccountWithRestoreAccess
impl AccountWithRestoreAccess
sourcepub fn builder() -> AccountWithRestoreAccessBuilder
pub fn builder() -> AccountWithRestoreAccessBuilder
Creates a new builder-style object to manufacture AccountWithRestoreAccess
.
Trait Implementations§
source§impl Clone for AccountWithRestoreAccess
impl Clone for AccountWithRestoreAccess
source§fn clone(&self) -> AccountWithRestoreAccess
fn clone(&self) -> AccountWithRestoreAccess
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 AccountWithRestoreAccess
impl Debug for AccountWithRestoreAccess
source§impl PartialEq<AccountWithRestoreAccess> for AccountWithRestoreAccess
impl PartialEq<AccountWithRestoreAccess> for AccountWithRestoreAccess
source§fn eq(&self, other: &AccountWithRestoreAccess) -> bool
fn eq(&self, other: &AccountWithRestoreAccess) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AccountWithRestoreAccess
Auto Trait Implementations§
impl RefUnwindSafe for AccountWithRestoreAccess
impl Send for AccountWithRestoreAccess
impl Sync for AccountWithRestoreAccess
impl Unpin for AccountWithRestoreAccess
impl UnwindSafe for AccountWithRestoreAccess
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