Class: Aws::Types::GenerateMatchIdInput
- Inherits:
-
Object
- Object
- Aws::Types::GenerateMatchIdInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#processing_type ⇒ "CONSISTENT", ...
Returns the value of attribute processing_type.
-
#records ⇒ ::Array[Types::Record]
Returns the value of attribute records.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#processing_type ⇒ "CONSISTENT", ...
Returns the value of attribute processing_type.
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.
233 234 235 |
# File 'sig/types.rbs', line 233 def records @records end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
232 233 234 |
# File 'sig/types.rbs', line 232 def workflow_name @workflow_name end |