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)


2864
2865
2866
# File 'sig/types.rbs', line 2864

def function_name
  @function_name
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


2862
2863
2864
# File 'sig/types.rbs', line 2862

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



2863
2864
2865
# File 'sig/types.rbs', line 2863

def parameters
  @parameters
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


2865
2866
2867
# File 'sig/types.rbs', line 2865

def path
  @path
end

#transform_name::String

Returns the value of attribute transform_name.

Returns:

  • (::String)


2861
2862
2863
# File 'sig/types.rbs', line 2861

def transform_name
  @transform_name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2866
2867
2868
# File 'sig/types.rbs', line 2866

def version
  @version
end