Class: Aws::Types::Artifact
- Inherits:
-
Object
- Object
- Aws::Types::Artifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
12 13 14 |
# File 'sig/types.rbs', line 12 def description @description end |
#url ⇒ ::String
Returns the value of attribute url.
13 14 15 |
# File 'sig/types.rbs', line 13 def url @url end |