Class: Aws::Types::DisplayContent
- Inherits:
-
Object
- Object
- Aws::Types::DisplayContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
928 929 930 |
# File 'sig/types.rbs', line 928 def body @body end |
#title ⇒ ::String
Returns the value of attribute title.
929 930 931 |
# File 'sig/types.rbs', line 929 def title @title end |