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.
79 80 81 |
# File 'sig/types.rbs', line 79 def contents @contents end |
#type ⇒ "TXT", ...
Returns the value of attribute type.
80 81 82 |
# File 'sig/types.rbs', line 80 def type @type end |