Class: Aws::Types::SourceCodeVersion
- Inherits:
-
Object
- Object
- Aws::Types::SourceCodeVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "BRANCH"
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "BRANCH"
Returns the value of attribute type.
637 638 639 |
# File 'sig/types.rbs', line 637 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
638 639 640 |
# File 'sig/types.rbs', line 638 def value @value end |