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.
514 515 516 |
# File 'sig/types.rbs', line 514 def body @body end |
#images ⇒ ::Array[Types::ImageInput]
Returns the value of attribute images.
515 516 517 |
# File 'sig/types.rbs', line 515 def images @images end |