Struct aws_sdk_kafka::model::StorageInfo
source · #[non_exhaustive]pub struct StorageInfo { /* private fields */ }
Expand description
Contains information about storage volumes attached to MSK broker nodes.
Implementations§
source§impl StorageInfo
impl StorageInfo
sourcepub fn ebs_storage_info(&self) -> Option<&EbsStorageInfo>
pub fn ebs_storage_info(&self) -> Option<&EbsStorageInfo>
EBS volume information.
source§impl StorageInfo
impl StorageInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StorageInfo
.
Trait Implementations§
source§impl Clone for StorageInfo
impl Clone for StorageInfo
source§fn clone(&self) -> StorageInfo
fn clone(&self) -> StorageInfo
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 StorageInfo
impl Debug for StorageInfo
source§impl PartialEq<StorageInfo> for StorageInfo
impl PartialEq<StorageInfo> for StorageInfo
source§fn eq(&self, other: &StorageInfo) -> bool
fn eq(&self, other: &StorageInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.