Struct aws_sdk_iotfleetwise::types::TimestreamResources
source · #[non_exhaustive]pub struct TimestreamResources { /* private fields */ }Expand description
The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.
Implementations§
source§impl TimestreamResources
impl TimestreamResources
sourcepub fn timestream_database_name(&self) -> Option<&str>
pub fn timestream_database_name(&self) -> Option<&str>
The name of the registered Amazon Timestream database.
sourcepub fn timestream_table_name(&self) -> Option<&str>
pub fn timestream_table_name(&self) -> Option<&str>
The name of the registered Amazon Timestream database table.
source§impl TimestreamResources
impl TimestreamResources
sourcepub fn builder() -> TimestreamResourcesBuilder
pub fn builder() -> TimestreamResourcesBuilder
Creates a new builder-style object to manufacture TimestreamResources.
Trait Implementations§
source§impl Clone for TimestreamResources
impl Clone for TimestreamResources
source§fn clone(&self) -> TimestreamResources
fn clone(&self) -> TimestreamResources
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 TimestreamResources
impl Debug for TimestreamResources
source§impl PartialEq<TimestreamResources> for TimestreamResources
impl PartialEq<TimestreamResources> for TimestreamResources
source§fn eq(&self, other: &TimestreamResources) -> bool
fn eq(&self, other: &TimestreamResources) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TimestreamResources
Auto Trait Implementations§
impl RefUnwindSafe for TimestreamResources
impl Send for TimestreamResources
impl Sync for TimestreamResources
impl Unpin for TimestreamResources
impl UnwindSafe for TimestreamResources
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