Class: Aws::Types::CustomModelTransformParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_s3_directory_path::String

Returns the value of attribute source_s3_directory_path.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def source_s3_directory_path
  @source_s3_directory_path
end

#transform_entry_point_script::String

Returns the value of attribute transform_entry_point_script.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def transform_entry_point_script
  @transform_entry_point_script
end