#[non_exhaustive]pub struct UpdateBackendStorageResourceConfig { /* private fields */ }
Expand description
The resource configuration for updating backend storage.
Implementations§
source§impl UpdateBackendStorageResourceConfig
impl UpdateBackendStorageResourceConfig
sourcepub fn permissions(&self) -> Option<&BackendStoragePermissions>
pub fn permissions(&self) -> Option<&BackendStoragePermissions>
The authorization configuration for the storage S3 bucket.
sourcepub fn service_name(&self) -> Option<&ServiceName>
pub fn service_name(&self) -> Option<&ServiceName>
The name of the storage service.
source§impl UpdateBackendStorageResourceConfig
impl UpdateBackendStorageResourceConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBackendStorageResourceConfig
.
Trait Implementations§
source§impl Clone for UpdateBackendStorageResourceConfig
impl Clone for UpdateBackendStorageResourceConfig
source§fn clone(&self) -> UpdateBackendStorageResourceConfig
fn clone(&self) -> UpdateBackendStorageResourceConfig
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<UpdateBackendStorageResourceConfig> for UpdateBackendStorageResourceConfig
impl PartialEq<UpdateBackendStorageResourceConfig> for UpdateBackendStorageResourceConfig
source§fn eq(&self, other: &UpdateBackendStorageResourceConfig) -> bool
fn eq(&self, other: &UpdateBackendStorageResourceConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.