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.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 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.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def extra_python_libs_s3_path @extra_python_libs_s3_path end |