Struct aws_sdk_entityresolution::operation::update_matching_workflow::UpdateMatchingWorkflowOutput
source · #[non_exhaustive]pub struct UpdateMatchingWorkflowOutput {
pub workflow_name: String,
pub description: Option<String>,
pub input_source_config: Vec<InputSource>,
pub output_source_config: Vec<OutputSource>,
pub resolution_techniques: Option<ResolutionTechniques>,
pub incremental_run_config: Option<IncrementalRunConfig>,
pub role_arn: String,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.workflow_name: String
The name of the workflow.
description: Option<String>
A description of the workflow.
input_source_config: Vec<InputSource>
A list of InputSource
objects, which have the fields InputSourceARN
and SchemaName
.
output_source_config: Vec<OutputSource>
A list of OutputSource
objects, each of which contains fields OutputS3Path
, ApplyNormalization
, and Output
.
resolution_techniques: Option<ResolutionTechniques>
An object which defines the resolutionType
and the ruleBasedProperties
incremental_run_config: Option<IncrementalRunConfig>
An object which defines an incremental run type and has only incrementalRunType
as a field.
role_arn: String
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
Implementations§
source§impl UpdateMatchingWorkflowOutput
impl UpdateMatchingWorkflowOutput
sourcepub fn workflow_name(&self) -> &str
pub fn workflow_name(&self) -> &str
The name of the workflow.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the workflow.
sourcepub fn input_source_config(&self) -> &[InputSource]
pub fn input_source_config(&self) -> &[InputSource]
A list of InputSource
objects, which have the fields InputSourceARN
and SchemaName
.
sourcepub fn output_source_config(&self) -> &[OutputSource]
pub fn output_source_config(&self) -> &[OutputSource]
A list of OutputSource
objects, each of which contains fields OutputS3Path
, ApplyNormalization
, and Output
.
sourcepub fn resolution_techniques(&self) -> Option<&ResolutionTechniques>
pub fn resolution_techniques(&self) -> Option<&ResolutionTechniques>
An object which defines the resolutionType
and the ruleBasedProperties
sourcepub fn incremental_run_config(&self) -> Option<&IncrementalRunConfig>
pub fn incremental_run_config(&self) -> Option<&IncrementalRunConfig>
An object which defines an incremental run type and has only incrementalRunType
as a field.
source§impl UpdateMatchingWorkflowOutput
impl UpdateMatchingWorkflowOutput
sourcepub fn builder() -> UpdateMatchingWorkflowOutputBuilder
pub fn builder() -> UpdateMatchingWorkflowOutputBuilder
Creates a new builder-style object to manufacture UpdateMatchingWorkflowOutput
.
Trait Implementations§
source§impl Clone for UpdateMatchingWorkflowOutput
impl Clone for UpdateMatchingWorkflowOutput
source§fn clone(&self) -> UpdateMatchingWorkflowOutput
fn clone(&self) -> UpdateMatchingWorkflowOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateMatchingWorkflowOutput
impl Debug for UpdateMatchingWorkflowOutput
source§impl PartialEq for UpdateMatchingWorkflowOutput
impl PartialEq for UpdateMatchingWorkflowOutput
source§fn eq(&self, other: &UpdateMatchingWorkflowOutput) -> bool
fn eq(&self, other: &UpdateMatchingWorkflowOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateMatchingWorkflowOutput
impl RequestId for UpdateMatchingWorkflowOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.