Class: Aws::Types::RenderUiTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::RenderUiTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::RenderingError]
Returns the value of attribute errors.
-
#rendered_content ⇒ ::String
Returns the value of attribute rendered_content.
Instance Attribute Details
#errors ⇒ ::Array[Types::RenderingError]
Returns the value of attribute errors.
10468 10469 10470 |
# File 'sig/types.rbs', line 10468 def errors @errors end |
#rendered_content ⇒ ::String
Returns the value of attribute rendered_content.
10467 10468 10469 |
# File 'sig/types.rbs', line 10467 def rendered_content @rendered_content end |