Class: Aws::Types::HubContentDependency
- Inherits:
-
Object
- Object
- Aws::Types::HubContentDependency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dependency_copy_path ⇒ ::String
Returns the value of attribute dependency_copy_path.
-
#dependency_origin_path ⇒ ::String
Returns the value of attribute dependency_origin_path.
Instance Attribute Details
#dependency_copy_path ⇒ ::String
Returns the value of attribute dependency_copy_path.
6176 6177 6178 |
# File 'sig/types.rbs', line 6176 def dependency_copy_path @dependency_copy_path end |
#dependency_origin_path ⇒ ::String
Returns the value of attribute dependency_origin_path.
6175 6176 6177 |
# File 'sig/types.rbs', line 6175 def dependency_origin_path @dependency_origin_path end |