Struct aws_sdk_entityresolution::operation::create_matching_workflow::CreateMatchingWorkflowOutput
source · #[non_exhaustive]pub struct CreateMatchingWorkflowOutput {
pub workflow_name: String,
pub workflow_arn: 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.
workflow_arn: String
The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow
.
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 CreateMatchingWorkflowOutput
impl CreateMatchingWorkflowOutput
sourcepub fn workflow_name(&self) -> &str
pub fn workflow_name(&self) -> &str
The name of the workflow.
sourcepub fn workflow_arn(&self) -> &str
pub fn workflow_arn(&self) -> &str
The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow
.
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 CreateMatchingWorkflowOutput
impl CreateMatchingWorkflowOutput
sourcepub fn builder() -> CreateMatchingWorkflowOutputBuilder
pub fn builder() -> CreateMatchingWorkflowOutputBuilder
Creates a new builder-style object to manufacture CreateMatchingWorkflowOutput
.
Trait Implementations§
source§impl Clone for CreateMatchingWorkflowOutput
impl Clone for CreateMatchingWorkflowOutput
source§fn clone(&self) -> CreateMatchingWorkflowOutput
fn clone(&self) -> CreateMatchingWorkflowOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateMatchingWorkflowOutput
impl Debug for CreateMatchingWorkflowOutput
source§impl PartialEq for CreateMatchingWorkflowOutput
impl PartialEq for CreateMatchingWorkflowOutput
source§fn eq(&self, other: &CreateMatchingWorkflowOutput) -> bool
fn eq(&self, other: &CreateMatchingWorkflowOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateMatchingWorkflowOutput
impl RequestId for CreateMatchingWorkflowOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.