Struct aws_sdk_iotanalytics::model::DatastorePartitions  
source · #[non_exhaustive]pub struct DatastorePartitions { /* private fields */ }Expand description
Contains information about the partition dimensions in a data store.
Implementations§
source§impl DatastorePartitions
 
impl DatastorePartitions
sourcepub fn partitions(&self) -> Option<&[DatastorePartition]>
 
pub fn partitions(&self) -> Option<&[DatastorePartition]>
A list of partition dimensions in a data store.
source§impl DatastorePartitions
 
impl DatastorePartitions
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DatastorePartitions.
Trait Implementations§
source§impl Clone for DatastorePartitions
 
impl Clone for DatastorePartitions
source§fn clone(&self) -> DatastorePartitions
 
fn clone(&self) -> DatastorePartitions
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 more