Class: Aws::Types::IdMappingWorkflowInputSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_source_arn::String

Returns the value of attribute input_source_arn.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def input_source_arn
  @input_source_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def schema_name
  @schema_name
end

#type"SOURCE", "TARGET"

Returns the value of attribute type.

Returns:

  • ("SOURCE", "TARGET")


452
453
454
# File 'sig/types.rbs', line 452

def type
  @type
end