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.
6180 6181 6182 |
# File 'sig/types.rbs', line 6180 def dependency_copy_path @dependency_copy_path end |
#dependency_origin_path ⇒ ::String
Returns the value of attribute dependency_origin_path.
6179 6180 6181 |
# File 'sig/types.rbs', line 6179 def dependency_origin_path @dependency_origin_path end |