Class: Aws::Types::ProjectSourceVersion
- Inherits:
-
Object
- Object
- Aws::Types::ProjectSourceVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
-
#source_version ⇒ ::String
Returns the value of attribute source_version.
Instance Attribute Details
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def source_identifier @source_identifier end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def source_version @source_version end |