Struct aws_sdk_entityresolution::operation::get_matching_workflow::GetMatchingWorkflowOutput
source · #[non_exhaustive]pub struct GetMatchingWorkflowOutput {
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 created_at: DateTime,
pub updated_at: DateTime,
pub incremental_run_config: Option<IncrementalRunConfig>,
pub role_arn: 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: 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
.
created_at: DateTime
The timestamp of when the workflow was created.
updated_at: 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: 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) -> &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 created_at(&self) -> &DateTime
pub fn created_at(&self) -> &DateTime
The timestamp of when the workflow was created.
sourcepub fn updated_at(&self) -> &DateTime
pub fn updated_at(&self) -> &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) -> &str
pub fn role_arn(&self) -> &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.