Struct aws_sdk_iotanalytics::types::Dataset
source · #[non_exhaustive]pub struct Dataset { /* private fields */ }
Expand description
Information about a dataset.
Implementations§
source§impl Dataset
impl Dataset
sourcepub fn actions(&self) -> Option<&[DatasetAction]>
pub fn actions(&self) -> Option<&[DatasetAction]>
The DatasetAction
objects that automatically create the dataset contents.
sourcepub fn triggers(&self) -> Option<&[DatasetTrigger]>
pub fn triggers(&self) -> Option<&[DatasetTrigger]>
The DatasetTrigger
objects that specify when the dataset is automatically updated.
sourcepub fn content_delivery_rules(&self) -> Option<&[DatasetContentDeliveryRule]>
pub fn content_delivery_rules(&self) -> Option<&[DatasetContentDeliveryRule]>
When dataset contents are created they are delivered to destinations specified here.
sourcepub fn status(&self) -> Option<&DatasetStatus>
pub fn status(&self) -> Option<&DatasetStatus>
The status of the dataset.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the dataset was created.
sourcepub fn last_update_time(&self) -> Option<&DateTime>
pub fn last_update_time(&self) -> Option<&DateTime>
The last time the dataset was updated.
sourcepub fn retention_period(&self) -> Option<&RetentionPeriod>
pub fn retention_period(&self) -> Option<&RetentionPeriod>
Optional. How long, in days, message data is kept for the dataset.
sourcepub fn versioning_configuration(&self) -> Option<&VersioningConfiguration>
pub fn versioning_configuration(&self) -> Option<&VersioningConfiguration>
Optional. How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the retentionPeriod
parameter. For more information, see Keeping Multiple Versions of IoT Analytics datasets in the IoT Analytics User Guide.
sourcepub fn late_data_rules(&self) -> Option<&[LateDataRule]>
pub fn late_data_rules(&self) -> Option<&[LateDataRule]>
A list of data rules that send notifications to CloudWatch, when data arrives late. To specify lateDataRules
, the dataset must use a DeltaTimer filter.