Struct aws_sdk_amplifybackend::model::BackendStoragePermissions [−][src]
#[non_exhaustive]pub struct BackendStoragePermissions {
pub authenticated: Option<Vec<AuthenticatedElement>>,
pub un_authenticated: Option<Vec<UnAuthenticatedElement>>,
}
Expand description
Describes the read, write, and delete permissions users have against your storage S3 bucket.
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.authenticated: Option<Vec<AuthenticatedElement>>
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
un_authenticated: Option<Vec<UnAuthenticatedElement>>
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
Implementations
Lists all authenticated user read, write, and delete permissions for your S3 bucket.
Lists all unauthenticated user read, write, and delete permissions for your S3 bucket.
Creates a new builder-style object to manufacture BackendStoragePermissions
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 BackendStoragePermissions
impl Send for BackendStoragePermissions
impl Sync for BackendStoragePermissions
impl Unpin for BackendStoragePermissions
impl UnwindSafe for BackendStoragePermissions
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