pub struct DatastorePartitions {
pub partitions: Option<ValueList<DatastorePartition>>,
}Expand description
The AWS::IoTAnalytics::Datastore.DatastorePartitions property type.
Fields§
§partitions: Option<ValueList<DatastorePartition>>Property Partitions.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for DatastorePartitions
impl Debug for DatastorePartitions
Source§impl Default for DatastorePartitions
impl Default for DatastorePartitions
Source§fn default() -> DatastorePartitions
fn default() -> DatastorePartitions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DatastorePartitions
impl RefUnwindSafe for DatastorePartitions
impl Send for DatastorePartitions
impl Sync for DatastorePartitions
impl Unpin for DatastorePartitions
impl UnwindSafe for DatastorePartitions
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