Struct aws_sdk_entityresolution::operation::get_matching_workflow::GetMatchingWorkflowOutput
source · #[non_exhaustive]pub struct GetMatchingWorkflowOutput {
pub workflow_name: Option<String>,
pub workflow_arn: Option<String>,
pub description: Option<String>,
pub input_source_config: Option<Vec<InputSource>>,
pub output_source_config: Option<Vec<OutputSource>>,
pub resolution_techniques: Option<ResolutionTechniques>,
pub created_at: Option<DateTime>,
pub updated_at: Option<DateTime>,
pub incremental_run_config: Option<IncrementalRunConfig>,
pub role_arn: Option<String>,
pub tags: Option<HashMap<String, 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: Option<String>
The name of the workflow.
workflow_arn: Option<String>
The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow
.
description: Option<String>
A description of the workflow.
input_source_config: Option<Vec<InputSource>>
A list of InputSource
objects, which have the fields InputSourceARN
and SchemaName
.
output_source_config: Option<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
.
created_at: Option<DateTime>
The timestamp of when the workflow was created.
updated_at: Option<DateTime>
The timestamp of when the workflow was last updated.
incremental_run_config: Option<IncrementalRunConfig>
An object which defines an incremental run type and has only incrementalRunType
as a field.
role_arn: Option<String>
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
The tags used to organize, track, or control access for this resource.
Implementations§
source§impl GetMatchingWorkflowOutput
impl GetMatchingWorkflowOutput
sourcepub fn workflow_name(&self) -> Option<&str>
pub fn workflow_name(&self) -> Option<&str>
The name of the workflow.
sourcepub fn workflow_arn(&self) -> Option<&str>
pub fn workflow_arn(&self) -> Option<&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) -> Option<&[InputSource]>
pub fn input_source_config(&self) -> Option<&[InputSource]>
A list of InputSource
objects, which have the fields InputSourceARN
and SchemaName
.
sourcepub fn output_source_config(&self) -> Option<&[OutputSource]>
pub fn output_source_config(&self) -> Option<&[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 created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The timestamp of when the workflow was created.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The timestamp of when the workflow was last updated.
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.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
The tags used to organize, track, or control access for this resource.
source§impl GetMatchingWorkflowOutput
impl GetMatchingWorkflowOutput
sourcepub fn builder() -> GetMatchingWorkflowOutputBuilder
pub fn builder() -> GetMatchingWorkflowOutputBuilder
Creates a new builder-style object to manufacture GetMatchingWorkflowOutput
.
Trait Implementations§
source§impl Clone for GetMatchingWorkflowOutput
impl Clone for GetMatchingWorkflowOutput
source§fn clone(&self) -> GetMatchingWorkflowOutput
fn clone(&self) -> GetMatchingWorkflowOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetMatchingWorkflowOutput
impl Debug for GetMatchingWorkflowOutput
source§impl PartialEq for GetMatchingWorkflowOutput
impl PartialEq for GetMatchingWorkflowOutput
source§fn eq(&self, other: &GetMatchingWorkflowOutput) -> bool
fn eq(&self, other: &GetMatchingWorkflowOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetMatchingWorkflowOutput
impl RequestId for GetMatchingWorkflowOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.