Class: Aws::Types::StartIdMappingJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_type"BATCH", ...

Returns the value of attribute job_type.

Returns:

  • ("BATCH", "INCREMENTAL", "DELETE_ONLY")


842
843
844
# File 'sig/types.rbs', line 842

def job_type
  @job_type
end

#output_source_config::Array[Types::IdMappingJobOutputSource]

Returns the value of attribute output_source_config.

Returns:



841
842
843
# File 'sig/types.rbs', line 841

def output_source_config
  @output_source_config
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def workflow_name
  @workflow_name
end