Struct aws_sdk_entityresolution::operation::get_id_mapping_workflow::GetIdMappingWorkflowOutput
source · #[non_exhaustive]pub struct GetIdMappingWorkflowOutput {
pub workflow_name: String,
pub workflow_arn: String,
pub description: Option<String>,
pub input_source_config: Vec<IdMappingWorkflowInputSource>,
pub output_source_config: Vec<IdMappingWorkflowOutputSource>,
pub id_mapping_techniques: Option<IdMappingTechniques>,
pub created_at: DateTime,
pub updated_at: DateTime,
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 IdMappingWorkflow
.
description: Option<String>
A description of the workflow.
input_source_config: Vec<IdMappingWorkflowInputSource>
A list of InputSource
objects, which have the fields InputSourceARN
and SchemaName
.
output_source_config: 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: DateTime
The timestamp of when the workflow was created.
updated_at: DateTime
The timestamp of when the workflow was last updated.
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 GetIdMappingWorkflowOutput
impl GetIdMappingWorkflowOutput
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 IdMappingWorkflow
.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the workflow.
sourcepub fn input_source_config(&self) -> &[IdMappingWorkflowInputSource]
pub fn input_source_config(&self) -> &[IdMappingWorkflowInputSource]
A list of InputSource
objects, which have the fields InputSourceARN
and SchemaName
.
sourcepub fn output_source_config(&self) -> &[IdMappingWorkflowOutputSource]
pub fn output_source_config(&self) -> &[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) -> &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 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 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.