Class: Aws::Types::Dependency
- Inherits:
-
Object
- Object
- Aws::Types::Dependency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reference ⇒ ::String
Returns the value of attribute reference.
-
#type ⇒ "LambdaLayer"
Returns the value of attribute type.
Instance Attribute Details
#reference ⇒ ::String
Returns the value of attribute reference.
252 253 254 |
# File 'sig/types.rbs', line 252 def reference @reference end |
#type ⇒ "LambdaLayer"
Returns the value of attribute type.
251 252 253 |
# File 'sig/types.rbs', line 251 def type @type end |