Struct aws_sdk_entityresolution::operation::get_id_mapping_workflow::GetIdMappingWorkflowOutput
source · #[non_exhaustive]pub struct GetIdMappingWorkflowOutput {
pub workflow_name: Option<String>,
pub workflow_arn: Option<String>,
pub description: Option<String>,
pub input_source_config: Option<Vec<IdMappingWorkflowInputSource>>,
pub output_source_config: Option<Vec<IdMappingWorkflowOutputSource>>,
pub id_mapping_techniques: Option<IdMappingTechniques>,
pub created_at: Option<DateTime>,
pub updated_at: Option<DateTime>,
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 IdMappingWorkflow
.
description: Option<String>
A description of the workflow.
input_source_config: Option<Vec<IdMappingWorkflowInputSource>>
A list of InputSource
objects, which have the fields InputSourceARN
and SchemaName
.
output_source_config: Option<Vec<IdMappingWorkflowOutputSource>>
A list of OutputSource
objects, each of which contains fields OutputS3Path
and KMSArn
.
id_mapping_techniques: Option<IdMappingTechniques>
An object which defines the idMappingType
and the providerProperties
.
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.
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 GetIdMappingWorkflowOutput
impl GetIdMappingWorkflowOutput
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 IdMappingWorkflow
.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the workflow.
sourcepub fn input_source_config(&self) -> Option<&[IdMappingWorkflowInputSource]>
pub fn input_source_config(&self) -> Option<&[IdMappingWorkflowInputSource]>
A list of InputSource
objects, which have the fields InputSourceARN
and SchemaName
.
sourcepub fn output_source_config(&self) -> Option<&[IdMappingWorkflowOutputSource]>
pub fn output_source_config(&self) -> Option<&[IdMappingWorkflowOutputSource]>
A list of OutputSource
objects, each of which contains fields OutputS3Path
and KMSArn
.
sourcepub fn id_mapping_techniques(&self) -> Option<&IdMappingTechniques>
pub fn id_mapping_techniques(&self) -> Option<&IdMappingTechniques>
An object which defines the idMappingType
and the providerProperties
.
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 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 GetIdMappingWorkflowOutput
impl GetIdMappingWorkflowOutput
sourcepub fn builder() -> GetIdMappingWorkflowOutputBuilder
pub fn builder() -> GetIdMappingWorkflowOutputBuilder
Creates a new builder-style object to manufacture GetIdMappingWorkflowOutput
.
Trait Implementations§
source§impl Clone for GetIdMappingWorkflowOutput
impl Clone for GetIdMappingWorkflowOutput
source§fn clone(&self) -> GetIdMappingWorkflowOutput
fn clone(&self) -> GetIdMappingWorkflowOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetIdMappingWorkflowOutput
impl Debug for GetIdMappingWorkflowOutput
source§impl PartialEq for GetIdMappingWorkflowOutput
impl PartialEq for GetIdMappingWorkflowOutput
source§fn eq(&self, other: &GetIdMappingWorkflowOutput) -> bool
fn eq(&self, other: &GetIdMappingWorkflowOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetIdMappingWorkflowOutput
impl RequestId for GetIdMappingWorkflowOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.