Class: Aws::Types::DynamicTransform
- Inherits:
-
Object
- Object
- Aws::Types::DynamicTransform
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#parameters ⇒ ::Array[Types::TransformConfigParameter]
Returns the value of attribute parameters.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#transform_name ⇒ ::String
Returns the value of attribute transform_name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#function_name ⇒ ::String
Returns the value of attribute function_name.
2864 2865 2866 |
# File 'sig/types.rbs', line 2864 def function_name @function_name end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
2862 2863 2864 |
# File 'sig/types.rbs', line 2862 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
2860 2861 2862 |
# File 'sig/types.rbs', line 2860 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
2867 2868 2869 |
# File 'sig/types.rbs', line 2867 def output_schemas @output_schemas end |
#parameters ⇒ ::Array[Types::TransformConfigParameter]
Returns the value of attribute parameters.
2863 2864 2865 |
# File 'sig/types.rbs', line 2863 def parameters @parameters end |
#path ⇒ ::String
Returns the value of attribute path.
2865 2866 2867 |
# File 'sig/types.rbs', line 2865 def path @path end |
#transform_name ⇒ ::String
Returns the value of attribute transform_name.
2861 2862 2863 |
# File 'sig/types.rbs', line 2861 def transform_name @transform_name end |
#version ⇒ ::String
Returns the value of attribute version.
2866 2867 2868 |
# File 'sig/types.rbs', line 2866 def version @version end |