class Aws::Api::OperationExample

def string_value(shape)

def string_value(shape)
  if shape.enum
    shape.enum.to_a.join('|').inspect
  else
    shape_name(shape)
  end
end