Class: Aws::Types::Artifact
- Inherits:
-
Object
- Object
- Aws::Types::Artifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contents ⇒ ::String
Returns the value of attribute contents.
-
#type ⇒ "TXT", ...
Returns the value of attribute type.
Instance Attribute Details
#contents ⇒ ::String
Returns the value of attribute contents.
77 78 79 |
# File 'sig/types.rbs', line 77 def contents @contents end |
#type ⇒ "TXT", ...
Returns the value of attribute type.
78 79 80 |
# File 'sig/types.rbs', line 78 def type @type end |