Struct aws_sdk_amplifybackend::model::GetBackendStorageResourceConfig [−][src]
#[non_exhaustive]pub struct GetBackendStorageResourceConfig {
pub bucket_name: Option<String>,
pub imported: bool,
pub permissions: Option<BackendStoragePermissions>,
pub service_name: Option<ServiceName>,
}
Expand description
The details for a backend storage resource.
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.bucket_name: Option<String>
The name of the S3 bucket.
imported: bool
Returns True if the storage resource has been imported.
permissions: Option<BackendStoragePermissions>
The authorization configuration for the storage S3 bucket.
service_name: Option<ServiceName>
The name of the storage service.
Implementations
The name of the S3 bucket.
The authorization configuration for the storage S3 bucket.
The name of the storage service.
Creates a new builder-style object to manufacture GetBackendStorageResourceConfig
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 Send for GetBackendStorageResourceConfig
impl Sync for GetBackendStorageResourceConfig
impl Unpin for GetBackendStorageResourceConfig
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