#[non_exhaustive]pub struct AwsIotAnalyticsParameters { /* private fields */ }
Expand description
The parameters for IoT Analytics.
Implementations§
source§impl AwsIotAnalyticsParameters
impl AwsIotAnalyticsParameters
sourcepub fn data_set_name(&self) -> Option<&str>
pub fn data_set_name(&self) -> Option<&str>
Dataset name.
source§impl AwsIotAnalyticsParameters
impl AwsIotAnalyticsParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsIotAnalyticsParameters
.
Trait Implementations§
source§impl Clone for AwsIotAnalyticsParameters
impl Clone for AwsIotAnalyticsParameters
source§fn clone(&self) -> AwsIotAnalyticsParameters
fn clone(&self) -> AwsIotAnalyticsParameters
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 AwsIotAnalyticsParameters
impl Debug for AwsIotAnalyticsParameters
source§impl PartialEq<AwsIotAnalyticsParameters> for AwsIotAnalyticsParameters
impl PartialEq<AwsIotAnalyticsParameters> for AwsIotAnalyticsParameters
source§fn eq(&self, other: &AwsIotAnalyticsParameters) -> bool
fn eq(&self, other: &AwsIotAnalyticsParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.