Class: Aws::Types::TransformParameters
- Inherits:
-
Object
- Object
- Aws::Types::TransformParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#find_matches_parameters ⇒ Types::FindMatchesParameters
Returns the value of attribute find_matches_parameters.
-
#transform_type ⇒ "FIND_MATCHES"
Returns the value of attribute transform_type.
Instance Attribute Details
#find_matches_parameters ⇒ Types::FindMatchesParameters
Returns the value of attribute find_matches_parameters.
7779 7780 7781 |
# File 'sig/types.rbs', line 7779 def find_matches_parameters @find_matches_parameters end |
#transform_type ⇒ "FIND_MATCHES"
Returns the value of attribute transform_type.
7778 7779 7780 |
# File 'sig/types.rbs', line 7778 def transform_type @transform_type end |