Class: Aws::Types::GenerateMatchIdInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#processing_type"CONSISTENT", ...

Returns the value of attribute processing_type.

Returns:

  • ("CONSISTENT", "EVENTUAL", "EVENTUAL_NO_LOOKUP")


234
235
236
# File 'sig/types.rbs', line 234

def processing_type
  @processing_type
end

#records::Array[Types::Record]

Returns the value of attribute records.

Returns:



233
234
235
# File 'sig/types.rbs', line 233

def records
  @records
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def workflow_name
  @workflow_name
end