Struct aws_sdk_iotsitewise::types::MultiLayerStorage
source · #[non_exhaustive]pub struct MultiLayerStorage {
pub customer_managed_s3_storage: Option<CustomerManagedS3Storage>,
}Expand description
Contains information about the storage destination.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.customer_managed_s3_storage: Option<CustomerManagedS3Storage>Contains information about a customer managed Amazon S3 bucket.
Implementations§
source§impl MultiLayerStorage
impl MultiLayerStorage
sourcepub fn customer_managed_s3_storage(&self) -> Option<&CustomerManagedS3Storage>
pub fn customer_managed_s3_storage(&self) -> Option<&CustomerManagedS3Storage>
Contains information about a customer managed Amazon S3 bucket.
source§impl MultiLayerStorage
impl MultiLayerStorage
sourcepub fn builder() -> MultiLayerStorageBuilder
pub fn builder() -> MultiLayerStorageBuilder
Creates a new builder-style object to manufacture MultiLayerStorage.
Trait Implementations§
source§impl Clone for MultiLayerStorage
impl Clone for MultiLayerStorage
source§fn clone(&self) -> MultiLayerStorage
fn clone(&self) -> MultiLayerStorage
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 Debug for MultiLayerStorage
impl Debug for MultiLayerStorage
source§impl PartialEq for MultiLayerStorage
impl PartialEq for MultiLayerStorage
source§fn eq(&self, other: &MultiLayerStorage) -> bool
fn eq(&self, other: &MultiLayerStorage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MultiLayerStorage
Auto Trait Implementations§
impl RefUnwindSafe for MultiLayerStorage
impl Send for MultiLayerStorage
impl Sync for MultiLayerStorage
impl Unpin for MultiLayerStorage
impl UnwindSafe for MultiLayerStorage
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.