Class: Aws::Types::GuardrailImageBlock
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailImageBlock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "png", "jpeg"
Returns the value of attribute format.
-
#source ⇒ Types::GuardrailImageSource
Returns the value of attribute source.
Instance Attribute Details
#format ⇒ "png", "jpeg"
Returns the value of attribute format.
884 885 886 |
# File 'sig/types.rbs', line 884 def format @format end |
#source ⇒ Types::GuardrailImageSource
Returns the value of attribute source.
885 886 887 |
# File 'sig/types.rbs', line 885 def source @source end |