Class: Aws::Types::ArtifactSourceType
- Inherits:
-
Object
- Object
- Aws::Types::ArtifactSourceType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_id_type ⇒ "MD5Hash", ...
Returns the value of attribute source_id_type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#source_id_type ⇒ "MD5Hash", ...
Returns the value of attribute source_id_type.
470 471 472 |
# File 'sig/types.rbs', line 470 def source_id_type @source_id_type end |
#value ⇒ ::String
Returns the value of attribute value.
471 472 473 |
# File 'sig/types.rbs', line 471 def value @value end |