Struct aws_sdk_personalize::output::CreateFilterOutput
source · #[non_exhaustive]pub struct CreateFilterOutput { /* private fields */ }
Implementations§
source§impl CreateFilterOutput
impl CreateFilterOutput
sourcepub fn filter_arn(&self) -> Option<&str>
pub fn filter_arn(&self) -> Option<&str>
The ARN of the new filter.
source§impl CreateFilterOutput
impl CreateFilterOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFilterOutput
.
Trait Implementations§
source§impl Clone for CreateFilterOutput
impl Clone for CreateFilterOutput
source§fn clone(&self) -> CreateFilterOutput
fn clone(&self) -> CreateFilterOutput
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 CreateFilterOutput
impl Debug for CreateFilterOutput
source§impl PartialEq<CreateFilterOutput> for CreateFilterOutput
impl PartialEq<CreateFilterOutput> for CreateFilterOutput
source§fn eq(&self, other: &CreateFilterOutput) -> bool
fn eq(&self, other: &CreateFilterOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.