Class: Aws::Types::RenderUiTemplateResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::RenderingError]

Returns the value of attribute errors.

Returns:



10475
10476
10477
# File 'sig/types.rbs', line 10475

def errors
  @errors
end

#rendered_content::String

Returns the value of attribute rendered_content.

Returns:

  • (::String)


10474
10475
10476
# File 'sig/types.rbs', line 10474

def rendered_content
  @rendered_content
end