#[non_exhaustive]pub struct ServiceManagedDatastoreS3StorageSummary {}Expand description
Contains information about the data store that is managed by IoT Analytics.
Implementations§
source§impl ServiceManagedDatastoreS3StorageSummary
impl ServiceManagedDatastoreS3StorageSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServiceManagedDatastoreS3StorageSummary.
Trait Implementations§
source§impl Clone for ServiceManagedDatastoreS3StorageSummary
impl Clone for ServiceManagedDatastoreS3StorageSummary
source§fn clone(&self) -> ServiceManagedDatastoreS3StorageSummary
fn clone(&self) -> ServiceManagedDatastoreS3StorageSummary
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<ServiceManagedDatastoreS3StorageSummary> for ServiceManagedDatastoreS3StorageSummary
impl PartialEq<ServiceManagedDatastoreS3StorageSummary> for ServiceManagedDatastoreS3StorageSummary
source§fn eq(&self, other: &ServiceManagedDatastoreS3StorageSummary) -> bool
fn eq(&self, other: &ServiceManagedDatastoreS3StorageSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.