Class: Aws::Types::SystemContentBlock
- Inherits:
-
Object
- Object
- Aws::Types::SystemContentBlock
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CachePoint, GuardContent, Text, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_point ⇒ Types::CachePointBlock
Returns the value of attribute cache_point.
-
#guard_content ⇒ Types::GuardrailConverseContentBlock
Returns the value of attribute guard_content.
-
#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.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def cache_point @cache_point end |
#guard_content ⇒ Types::GuardrailConverseContentBlock
Returns the value of attribute guard_content.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def guard_content @guard_content end |
#text ⇒ ::String
Returns the value of attribute text.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def unknown @unknown end |