Class: Aws::Types::ContentBlock
- Inherits:
-
Object
- Object
- Aws::Types::ContentBlock
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CachePoint, Text, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_point ⇒ Types::CachePointBlock
Returns the value of attribute cache_point.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cache_point ⇒ Types::CachePointBlock
Returns the value of attribute cache_point.
380 381 382 |
# File 'sig/types.rbs', line 380 def cache_point @cache_point end |
#text ⇒ ::String
Returns the value of attribute text.
379 380 381 |
# File 'sig/types.rbs', line 379 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
381 382 383 |
# File 'sig/types.rbs', line 381 def unknown @unknown end |