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