Class: Aws::Types::GetIdMappingWorkflowOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetIdMappingWorkflowOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id_mapping_techniques ⇒ Types::IdMappingTechniques
Returns the value of attribute id_mapping_techniques.
-
#incremental_run_config ⇒ Types::IdMappingIncrementalRunConfig
Returns the value of attribute incremental_run_config.
-
#input_source_config ⇒ ::Array[Types::IdMappingWorkflowInputSource]
Returns the value of attribute input_source_config.
-
#output_source_config ⇒ ::Array[Types::IdMappingWorkflowOutputSource]
Returns the value of attribute output_source_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
274 275 276 |
# File 'sig/types.rbs', line 274 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
270 271 272 |
# File 'sig/types.rbs', line 270 def description @description end |
#id_mapping_techniques ⇒ Types::IdMappingTechniques
Returns the value of attribute id_mapping_techniques.
273 274 275 |
# File 'sig/types.rbs', line 273 def id_mapping_techniques @id_mapping_techniques end |
#incremental_run_config ⇒ Types::IdMappingIncrementalRunConfig
Returns the value of attribute incremental_run_config.
276 277 278 |
# File 'sig/types.rbs', line 276 def incremental_run_config @incremental_run_config end |
#input_source_config ⇒ ::Array[Types::IdMappingWorkflowInputSource]
Returns the value of attribute input_source_config.
271 272 273 |
# File 'sig/types.rbs', line 271 def input_source_config @input_source_config end |
#output_source_config ⇒ ::Array[Types::IdMappingWorkflowOutputSource]
Returns the value of attribute output_source_config.
272 273 274 |
# File 'sig/types.rbs', line 272 def output_source_config @output_source_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
277 278 279 |
# File 'sig/types.rbs', line 277 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
278 279 280 |
# File 'sig/types.rbs', line 278 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
275 276 277 |
# File 'sig/types.rbs', line 275 def updated_at @updated_at end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
269 270 271 |
# File 'sig/types.rbs', line 269 def workflow_arn @workflow_arn end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
268 269 270 |
# File 'sig/types.rbs', line 268 def workflow_name @workflow_name end |