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.
7747 7748 7749 |
# File 'sig/types.rbs', line 7747 def find_matches_parameters @find_matches_parameters end |
#transform_type ⇒ "FIND_MATCHES"
Returns the value of attribute transform_type.
7746 7747 7748 |
# File 'sig/types.rbs', line 7746 def transform_type @transform_type end |