Class: Aws::Types::DynamicTransform

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


2854
2855
2856
# File 'sig/types.rbs', line 2854

def function_name
  @function_name
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


2852
2853
2854
# File 'sig/types.rbs', line 2852

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



2853
2854
2855
# File 'sig/types.rbs', line 2853

def parameters
  @parameters
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2855
2856
2857
# File 'sig/types.rbs', line 2855

def path
  @path
end

#transform_name::String

Returns the value of attribute transform_name.

Returns:

  • (::String)


2851
2852
2853
# File 'sig/types.rbs', line 2851

def transform_name
  @transform_name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2856
2857
2858
# File 'sig/types.rbs', line 2856

def version
  @version
end