Struct aws_sdk_glue::model::FindMatchesTaskRunProperties
source · #[non_exhaustive]pub struct FindMatchesTaskRunProperties { /* private fields */ }Expand description
Specifies configuration properties for a Find Matches task run.
Implementations§
source§impl FindMatchesTaskRunProperties
impl FindMatchesTaskRunProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FindMatchesTaskRunProperties.
Trait Implementations§
source§impl Clone for FindMatchesTaskRunProperties
impl Clone for FindMatchesTaskRunProperties
source§fn clone(&self) -> FindMatchesTaskRunProperties
fn clone(&self) -> FindMatchesTaskRunProperties
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 FindMatchesTaskRunProperties
impl Debug for FindMatchesTaskRunProperties
source§impl PartialEq<FindMatchesTaskRunProperties> for FindMatchesTaskRunProperties
impl PartialEq<FindMatchesTaskRunProperties> for FindMatchesTaskRunProperties
source§fn eq(&self, other: &FindMatchesTaskRunProperties) -> bool
fn eq(&self, other: &FindMatchesTaskRunProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.