Class: Aws::Types::GuardrailConverseImageBlock
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailConverseImageBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "png", "jpeg"
Returns the value of attribute format.
-
#source ⇒ Types::GuardrailConverseImageSource
Returns the value of attribute source.
Instance Attribute Details
#format ⇒ "png", "jpeg"
Returns the value of attribute format.
848 849 850 |
# File 'sig/types.rbs', line 848 def format @format end |
#source ⇒ Types::GuardrailConverseImageSource
Returns the value of attribute source.
849 850 851 |
# File 'sig/types.rbs', line 849 def source @source end |