Class: Aws::Types::GetIdMappingWorkflowOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


274
275
276
# File 'sig/types.rbs', line 274

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def description
  @description
end

#id_mapping_techniquesTypes::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_configTypes::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.

Returns:

  • (::String)


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.

Returns:

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


278
279
280
# File 'sig/types.rbs', line 278

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def workflow_name
  @workflow_name
end