Class: Aws::Types::GuardrailContentBlock
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailContentBlock
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image ⇒ Types::GuardrailImageBlock
Returns the value of attribute image.
-
#text ⇒ Types::GuardrailTextBlock
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#image ⇒ Types::GuardrailImageBlock
Returns the value of attribute image.
793 794 795 |
# File 'sig/types.rbs', line 793 def image @image end |
#text ⇒ Types::GuardrailTextBlock
Returns the value of attribute text.
792 793 794 |
# File 'sig/types.rbs', line 792 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
794 795 796 |
# File 'sig/types.rbs', line 794 def unknown @unknown end |