Struct aws_sdk_iotanalytics::model::DatasetActionSummary
source · #[non_exhaustive]pub struct DatasetActionSummary { /* private fields */ }Expand description
Information about the action that automatically creates the dataset's contents.
Implementations§
source§impl DatasetActionSummary
impl DatasetActionSummary
sourcepub fn action_name(&self) -> Option<&str>
pub fn action_name(&self) -> Option<&str>
The name of the action that automatically creates the dataset's contents.
sourcepub fn action_type(&self) -> Option<&DatasetActionType>
pub fn action_type(&self) -> Option<&DatasetActionType>
The type of action by which the dataset's contents are automatically created.
source§impl DatasetActionSummary
impl DatasetActionSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DatasetActionSummary.
Trait Implementations§
source§impl Clone for DatasetActionSummary
impl Clone for DatasetActionSummary
source§fn clone(&self) -> DatasetActionSummary
fn clone(&self) -> DatasetActionSummary
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