Class: Aws::Types::AppSpecContent
- Inherits:
-
Object
- Object
- Aws::Types::AppSpecContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#sha256 ⇒ ::String
Returns the value of attribute sha256.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
33 34 35 |
# File 'sig/types.rbs', line 33 def content @content end |
#sha256 ⇒ ::String
Returns the value of attribute sha256.
34 35 36 |
# File 'sig/types.rbs', line 34 def sha256 @sha256 end |