Class: Aws::Types::InlineContent
- Inherits:
-
Object
- Object
- Aws::Types::InlineContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byte_content ⇒ Types::ByteContentDoc
Returns the value of attribute byte_content.
-
#text_content ⇒ Types::TextContentDoc
Returns the value of attribute text_content.
-
#type ⇒ "BYTE", "TEXT"
Returns the value of attribute type.
Instance Attribute Details
#byte_content ⇒ Types::ByteContentDoc
Returns the value of attribute byte_content.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def byte_content @byte_content end |
#text_content ⇒ Types::TextContentDoc
Returns the value of attribute text_content.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def text_content @text_content end |
#type ⇒ "BYTE", "TEXT"
Returns the value of attribute type.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def type @type end |