Class: Aws::Types::StartIdMappingJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def job_id
  @job_id
end

#job_type"BATCH", ...

Returns the value of attribute job_type.

Returns:

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


849
850
851
# File 'sig/types.rbs', line 849

def job_type
  @job_type
end

#output_source_config::Array[Types::IdMappingJobOutputSource]

Returns the value of attribute output_source_config.

Returns:



848
849
850
# File 'sig/types.rbs', line 848

def output_source_config
  @output_source_config
end