Class: Aws::Types::GetMatchIdInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:record])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_normalizationBoolean

Returns the value of attribute apply_normalization.

Returns:

  • (Boolean)


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.

Returns:

  • (::Hash[::String, ::String])


303
304
305
# File 'sig/types.rbs', line 303

def record
  @record
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def workflow_name
  @workflow_name
end