Struct aws_sdk_personalize::model::FilterSummary
source · #[non_exhaustive]pub struct FilterSummary { /* private fields */ }
Expand description
A short summary of a filter's attributes.
Implementations§
source§impl FilterSummary
impl FilterSummary
sourcepub fn filter_arn(&self) -> Option<&str>
pub fn filter_arn(&self) -> Option<&str>
The ARN of the filter.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The time at which the filter was created.
sourcepub fn last_updated_date_time(&self) -> Option<&DateTime>
pub fn last_updated_date_time(&self) -> Option<&DateTime>
The time at which the filter was last updated.
sourcepub fn dataset_group_arn(&self) -> Option<&str>
pub fn dataset_group_arn(&self) -> Option<&str>
The ARN of the dataset group to which the filter belongs.
sourcepub fn failure_reason(&self) -> Option<&str>
pub fn failure_reason(&self) -> Option<&str>
If the filter failed, the reason for the failure.
source§impl FilterSummary
impl FilterSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FilterSummary
.
Trait Implementations§
source§impl Clone for FilterSummary
impl Clone for FilterSummary
source§fn clone(&self) -> FilterSummary
fn clone(&self) -> FilterSummary
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 FilterSummary
impl Debug for FilterSummary
source§impl PartialEq<FilterSummary> for FilterSummary
impl PartialEq<FilterSummary> for FilterSummary
source§fn eq(&self, other: &FilterSummary) -> bool
fn eq(&self, other: &FilterSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.