Class: Aws::Types::GetMatchIdInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMatchIdInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_normalization ⇒ Boolean
Returns the value of attribute apply_normalization.
-
#record ⇒ ::Hash[::String, ::String]
Returns the value of attribute record.
-
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
Instance Attribute Details
#apply_normalization ⇒ Boolean
Returns the value of attribute apply_normalization.
304 305 306 |
# File 'sig/types.rbs', line 304 def apply_normalization @apply_normalization end |
#record ⇒ ::Hash[::String, ::String]
Returns the value of attribute record.
303 304 305 |
# File 'sig/types.rbs', line 303 def record @record end |
#workflow_name ⇒ ::String
Returns the value of attribute workflow_name.
302 303 304 |
# File 'sig/types.rbs', line 302 def workflow_name @workflow_name end |