#[non_exhaustive]pub struct CustomerManagedDatastoreS3StorageSummary { /* private fields */ }Expand description
Contains information about the data store that you manage.
Implementations§
source§impl CustomerManagedDatastoreS3StorageSummary
impl CustomerManagedDatastoreS3StorageSummary
sourcepub fn bucket(&self) -> Option<&str>
pub fn bucket(&self) -> Option<&str>
The name of the Amazon S3 bucket where your data is stored.
sourcepub fn key_prefix(&self) -> Option<&str>
pub fn key_prefix(&self) -> Option<&str>
(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).
source§impl CustomerManagedDatastoreS3StorageSummary
impl CustomerManagedDatastoreS3StorageSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomerManagedDatastoreS3StorageSummary.
Trait Implementations§
source§impl Clone for CustomerManagedDatastoreS3StorageSummary
impl Clone for CustomerManagedDatastoreS3StorageSummary
source§fn clone(&self) -> CustomerManagedDatastoreS3StorageSummary
fn clone(&self) -> CustomerManagedDatastoreS3StorageSummary
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<CustomerManagedDatastoreS3StorageSummary> for CustomerManagedDatastoreS3StorageSummary
impl PartialEq<CustomerManagedDatastoreS3StorageSummary> for CustomerManagedDatastoreS3StorageSummary
source§fn eq(&self, other: &CustomerManagedDatastoreS3StorageSummary) -> bool
fn eq(&self, other: &CustomerManagedDatastoreS3StorageSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.