Class: Aws::Types::GuardrailImageBlock

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:source])

Instance Attribute Summary collapse

Instance Attribute Details

#format"png", "jpeg"

Returns the value of attribute format.

Returns:

  • ("png", "jpeg")


884
885
886
# File 'sig/types.rbs', line 884

def format
  @format
end

#sourceTypes::GuardrailImageSource

Returns the value of attribute source.



885
886
887
# File 'sig/types.rbs', line 885

def source
  @source
end