Class: Aws::Types::DevEndpointCustomLibraries
- Inherits:
-
Object
- Object
- Aws::Types::DevEndpointCustomLibraries
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#extra_jars_s3_path ⇒ ::String
Returns the value of attribute extra_jars_s3_path.
-
#extra_python_libs_s3_path ⇒ ::String
Returns the value of attribute extra_python_libs_s3_path.
Instance Attribute Details
#extra_jars_s3_path ⇒ ::String
Returns the value of attribute extra_jars_s3_path.
2758 2759 2760 |
# File 'sig/types.rbs', line 2758 def extra_jars_s3_path @extra_jars_s3_path end |
#extra_python_libs_s3_path ⇒ ::String
Returns the value of attribute extra_python_libs_s3_path.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def extra_python_libs_s3_path @extra_python_libs_s3_path end |