Class: Aws::Types::CustomModelTransformParameters
- Inherits:
-
Object
- Object
- Aws::Types::CustomModelTransformParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_s3_directory_path ⇒ ::String
Returns the value of attribute source_s3_directory_path.
-
#transform_entry_point_script ⇒ ::String
Returns the value of attribute transform_entry_point_script.
Instance Attribute Details
#source_s3_directory_path ⇒ ::String
Returns the value of attribute source_s3_directory_path.
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.
157 158 159 |
# File 'sig/types.rbs', line 157 def transform_entry_point_script @transform_entry_point_script end |