Struct aws_sdk_iotfleetwise::model::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() -> Builder
pub fn builder() -> Builder
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 more