Class: Aws::Types::GuardrailConverseImageBlock

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")


848
849
850
# File 'sig/types.rbs', line 848

def format
  @format
end

#sourceTypes::GuardrailConverseImageSource

Returns the value of attribute source.



849
850
851
# File 'sig/types.rbs', line 849

def source
  @source
end