Class: Aws::Types::ContentBody
- Inherits:
-
Object
- Object
- Aws::Types::ContentBody
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#images ⇒ ::Array[Types::ImageInput]
Returns the value of attribute images.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
596 597 598 |
# File 'sig/types.rbs', line 596 def body @body end |
#images ⇒ ::Array[Types::ImageInput]
Returns the value of attribute images.
597 598 599 |
# File 'sig/types.rbs', line 597 def images @images end |