Class: Aws::Types::SystemContentBlock
- Inherits:
-
Object
- Object
- Aws::Types::SystemContentBlock
- 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.
2699 2700 2701 |
# File 'sig/types.rbs', line 2699 def cache_point @cache_point end |
#text ⇒ ::String
Returns the value of attribute text.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2700 2701 2702 |
# File 'sig/types.rbs', line 2700 def unknown @unknown end |