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.
2854 2855 2856 |
# File 'sig/types.rbs', line 2854 def function_name @function_name end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
2852 2853 2854 |
# File 'sig/types.rbs', line 2852 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
2850 2851 2852 |
# File 'sig/types.rbs', line 2850 def name @name end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
2857 2858 2859 |
# File 'sig/types.rbs', line 2857 def output_schemas @output_schemas end |
#parameters ⇒ ::Array[Types::TransformConfigParameter]
Returns the value of attribute parameters.
2853 2854 2855 |
# File 'sig/types.rbs', line 2853 def parameters @parameters end |
#path ⇒ ::String
Returns the value of attribute path.
2855 2856 2857 |
# File 'sig/types.rbs', line 2855 def path @path end |
#transform_name ⇒ ::String
Returns the value of attribute transform_name.
2851 2852 2853 |
# File 'sig/types.rbs', line 2851 def transform_name @transform_name end |
#version ⇒ ::String
Returns the value of attribute version.
2856 2857 2858 |
# File 'sig/types.rbs', line 2856 def version @version end |