Struct aws_sdk_redshift::model::AccountWithRestoreAccess
source · [−]#[non_exhaustive]pub struct AccountWithRestoreAccess {
pub account_id: Option<String>,
pub account_alias: Option<String>,
}
Expand description
Describes an Amazon Web Services account authorized to restore a snapshot.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.account_id: Option<String>
The identifier of an Amazon Web Services account authorized to restore a snapshot.
account_alias: Option<String>
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
.
Implementations
The identifier of an Amazon Web Services account authorized to restore a snapshot.
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
.
Creates a new builder-style object to manufacture AccountWithRestoreAccess
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more