Class: Aws::Types::CreateIdMappingWorkflowInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def description
  @description
end

#id_mapping_techniquesTypes::IdMappingTechniques

Returns the value of attribute id_mapping_techniques.



58
59
60
# File 'sig/types.rbs', line 58

def id_mapping_techniques
  @id_mapping_techniques
end

#incremental_run_configTypes::IdMappingIncrementalRunConfig

Returns the value of attribute incremental_run_config.



59
60
61
# File 'sig/types.rbs', line 59

def incremental_run_config
  @incremental_run_config
end

#input_source_config::Array[Types::IdMappingWorkflowInputSource]

Returns the value of attribute input_source_config.



56
57
58
# File 'sig/types.rbs', line 56

def input_source_config
  @input_source_config
end

#output_source_config::Array[Types::IdMappingWorkflowOutputSource]

Returns the value of attribute output_source_config.



57
58
59
# File 'sig/types.rbs', line 57

def output_source_config
  @output_source_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def role_arn
  @role_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


61
62
63
# File 'sig/types.rbs', line 61

def tags
  @tags
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def workflow_name
  @workflow_name
end